zecookiez commented on code in PR #50572:
URL: https://github.com/apache/spark/pull/50572#discussion_r2045216793


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/state/StreamStreamJoinStatePartitionReader.scala:
##########
@@ -111,7 +111,7 @@ class StreamStreamJoinStatePartitionReader(
         partition.sourceOptions.stateCheckpointLocation.toString,
         partition.queryId, partition.sourceOptions.operatorId,
         partition.sourceOptions.batchId + 1, -1, None)
-      joinStateManager = new SymmetricHashJoinStateManager(
+      joinStateManager = SymmetricHashJoinStateManager(

Review Comment:
   Yeah - 
https://github.com/apache/spark/pull/50572/files#diff-9c2b5bfd7d6a684e2ca421fb37e371e30f8d2d7551c0ed35038eac852c053128R963
 we moved the new initialization here



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to