Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcclp committed Feb 7, 2024
1 parent 29d49a7 commit 7aa0f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("do not replace hash aggregate if child does not have sort order")
.exclude("do not replace hash aggregate if there is no group-by column")
.excludeGlutenTest("replace partial hash aggregate with sort aggregate")
.excludeGlutenTest("replace partial and final hash aggregate together with sort aggregate")
enableSuite[GlutenReuseExchangeAndSubquerySuite]
enableSuite[GlutenSQLWindowFunctionSuite]
.exclude("window function: partition and order expressions")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("do not replace hash aggregate if child does not have sort order")
.exclude("do not replace hash aggregate if there is no group-by column")
.exclude("Gluten - replace partial hash aggregate with sort aggregate")
.exclude("Gluten - replace partial and final hash aggregate together with sort aggregate")
enableSuite[GlutenReuseExchangeAndSubquerySuite]
enableSuite[GlutenSQLWindowFunctionSuite]
.exclude("window function: partition and order expressions")
Expand Down

0 comments on commit 7aa0f55

Please sign in to comment.