Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Feb 24, 2024
1 parent 3c36a19 commit a7256ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ class GlutenFunctionValidateSuite extends GlutenClickHouseWholeStageTransformerS
runQueryAndCompare(
"select id, if(id % 2 = 0, sum(id), max(id)) as s1, " +
"if(id %2 = 0, sum(id+1), sum(id+2)) as s2 from range(10) group by id") {
df => checkOperatorCount[ProjectExecTransformer](0)(df)
df => checkOperatorCount[ProjectExecTransformer](2)(df)
}

// CSE in sort
Expand Down

0 comments on commit a7256ba

Please sign in to comment.