Skip to content

Commit 33b0b2f

Browse files
committed
support_ansi_avg
1 parent d1b474c commit 33b0b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spark/src/test/scala/org/apache/spark/sql/comet/CometPlanStabilitySuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ trait CometPlanStabilitySuite extends DisableAdaptiveExecutionSuite with TPCDSBa
225225
CometConf.COMET_EXEC_SHUFFLE_ENABLED.key -> "true",
226226
CometConf.COMET_EXEC_SORT_MERGE_JOIN_WITH_JOIN_FILTER_ENABLED.key -> "true",
227227
// Allow Incompatible is needed for Sum + Average for Spark 4.0.0 / ANSI support
228-
CometConf.getExprAllowIncompatConfigKey(classOf[Average]) -> "true",
229228
CometConf.getExprAllowIncompatConfigKey(classOf[Sum]) -> "true",
230229
// as well as for v1.4/q9, v1.4/q44, v2.7.0/q6, v2.7.0/q64
231230
CometConf.getExprAllowIncompatConfigKey(classOf[Cast]) -> "true",

0 commit comments

Comments
 (0)