peter-toth commented on code in PR #53733:
URL: https://github.com/apache/spark/pull/53733#discussion_r2672939339
##########
sql/core/src/test/scala/org/apache/spark/sql/JoinSuite.scala:
##########
@@ -1236,13 +1236,13 @@ class JoinSuite extends QueryTest with
SharedSparkSession with AdaptiveSparkPlan
SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> Long.MaxValue.toString) {
// positive not in subquery case
var joinExec = assertJoin((
- "select * from testData where key not in (select a from testData2)",
+ "select * from testData where key not in (select b from testData3)",
Review Comment:
`testData2` columns are not nullable, but we need a nullable column to keep
this test valid
(`assert(joinExec.asInstanceOf[BroadcastHashJoinExec].isNullAwareAntiJoin)`).
--
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]