Skip to content

Commit ca14b18

Browse files
committed
update plans
1 parent 2c647dc commit ca14b18

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spark/src/test/scala/org/apache/comet/exec/CometAggregateSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,8 +1192,6 @@ class CometAggregateSuite extends CometTestBase with AdaptiveSparkPlanHelper {
11921192
sql(
11931193
s"insert into $table values(1, 1, 1), (1, 1, 1), (1, 3, 1), (1, 4, 2), (5, 3, 2)")
11941194

1195-
var expectedNumOfCometAggregates = 2
1196-
11971195
checkSparkAnswerAndOperator(s"SELECT DISTINCT(col2) FROM $table")
11981196

11991197
checkSparkAnswerAndOperator(s"SELECT COUNT(distinct col2) FROM $table")

0 commit comments

Comments
 (0)