JoshRosen commented on code in PR #43938:
URL: https://github.com/apache/spark/pull/43938#discussion_r1403708522
##########
sql/core/src/test/scala/org/apache/spark/sql/JoinSuite.scala:
##########
@@ -1755,4 +1755,27 @@ class JoinSuite extends QueryTest with
SharedSparkSession with AdaptiveSparkPlan
cached.unpersist()
}
}
+
+ test("SPARK-46037: When Left Join build Left, ShuffledHashJoinExec may " +
Review Comment:
Update: I no longer think we have an inner-join correctness issue here: I
was incorrectly assuming that the `boundCondition` operated over the _output_
schema but it actually operates over an intermediate schema where by design the
streamed side is always on the left side.
--
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]