dongjoon-hyun commented on code in PR #41614:
URL: https://github.com/apache/spark/pull/41614#discussion_r1231633635
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/WholeStageCodegenSuite.scala:
##########
@@ -232,6 +232,93 @@ class WholeStageCodegenSuite extends QueryTest with
SharedSparkSession
}
}
+
+ test("SPARK-44060 Code-gen for build side outer shuffled hash join") {
Review Comment:
Shall we have the following to make this test case explicit in term of the
test requirement?
```
withSQLConf(SQLConf.ENABLE_BUILD_SIDE_OUTER_SHUFFLED_HASH_JOIN_CODEGEN.key
-> "true") {
```
--
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]