We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15d051 commit d52038eCopy full SHA for d52038e
spark/src/test/scala/org/apache/comet/exec/CometAggregateSuite.scala
@@ -108,7 +108,7 @@ class CometAggregateSuite extends CometTestBase with AdaptiveSparkPlanHelper {
108
val cometShuffles = collect(df2.queryExecution.executedPlan) {
109
case _: CometShuffleExchangeExec => true
110
}
111
- if (shuffleMode == "jvm") {
+ if (shuffleMode == "jvm" || shuffleMode == "auto") {
112
assert(cometShuffles.length == 1)
113
} else {
114
// we fall back to Spark for shuffle because we do not support
0 commit comments