uros-b commented on code in PR #56770:
URL: https://github.com/apache/spark/pull/56770#discussion_r3473870643
##########
sql/core/src/test/scala/org/apache/spark/sql/SortMergeAsOfJoinSuite.scala:
##########
@@ -670,4 +670,60 @@ class SortMergeAsOfJoinSuite extends QueryTest
)
}
}
+
+ test("forward join - spill to disk") {
Review Comment:
Both use usingColumns = Seq.empty, so they spill the bufferAllRight path but
not the bufferRightGroup (equi-key) path under spill. The parent backward test
covered the group path, so this is a partial.
--
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]