cloud-fan commented on code in PR #54242:
URL: https://github.com/apache/spark/pull/54242#discussion_r2828838480
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/CoalesceShufflePartitionsSuite.scala:
##########
@@ -376,6 +377,61 @@ class CoalesceShufflePartitionsSuite extends SparkFunSuite
with SQLConfHelper
withSparkSession(test, 100, None)
}
+ test("SPARK-55461 adaptive query execution works correctly with broadcast
hash join and union") {
+ val test: SparkSession => Unit = { spark: SparkSession =>
+ import spark.implicits._
+ spark.conf.set(SQLConf.AUTO_BROADCASTJOIN_THRESHOLD.key, "1KB")
Review Comment:
it's more reliable to trigger broadcast join with join hint
--
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]