HeartSaVioR commented on code in PR #43425:
URL: https://github.com/apache/spark/pull/43425#discussion_r1388806314
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/SymmetricHashJoinStateManager.scala:
##########
@@ -185,6 +187,57 @@ class SymmetricHashJoinStateManager(
}
}
+ /**
+ * Perform a full scan to provide all available data.
+ *
+ * This produces an iterator over the (key, value, match) tuples. Callers
are expected
+ * to consume fully to clean up underlying iterators correctly.
Review Comment:
Let's file a ticket to address altogether.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]