viirya commented on code in PR #324: URL: https://github.com/apache/datafusion-comet/pull/324#discussion_r1579531965
########## spark/src/test/scala/org/apache/comet/exec/CometExecSuite.scala: ########## @@ -373,6 +405,7 @@ class CometExecSuite extends CometTestBase { withSQLConf( SQLConf.EXCHANGE_REUSE_ENABLED.key -> "true", SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key -> "-1", + SQLConf.ADAPTIVE_AUTO_BROADCASTJOIN_THRESHOLD.key -> "-1", Review Comment: Similar reason here. The query plan is changed and AQE interferes with a broadcast join. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org