You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/SymmetricHashJoinStateManager.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -457,8 +457,8 @@ class SymmetricHashJoinStateManager(
457
457
/**
458
458
* Convert the value row to (actual value, match) pair.
459
459
*
460
-
* NOTE: implementations should ensure the result row is NOT reused during execution, as
461
-
* caller may use the value to store without copy().
460
+
* NOTE: implementations should ensure the result row is NOT reused during execution, so
461
+
* that caller can safely read the value in any time.
0 commit comments