Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zjuwangg committed Mar 13, 2024
1 parent 97ff083 commit f667307
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 @@ -72,6 +72,7 @@ class GlutenReplaceHashWithSortAggSuite
| SORT BY key
|)
|GROUP BY key
|ORDER BY key
""".stripMargin
checkAggs(query, 2, 0, 2, 0)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class GlutenReplaceHashWithSortAggSuite
| SORT BY key
|)
|GROUP BY key
|ORDER BY key
""".stripMargin
checkAggs(query, 2, 0, 2, 0)
}
Expand Down

0 comments on commit f667307

Please sign in to comment.