Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
fixup

fixup

fixup
  • Loading branch information
zhztheplayer committed May 30, 2024
1 parent a4285e4 commit 18481c7
Show file tree
Hide file tree
Showing 12 changed files with 1,014 additions and 795 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class GlutenClickHouseTPCHSuite extends GlutenClickHouseTPCHAbstractSuite {
val sortExec = df.queryExecution.executedPlan.collect {
case sortExec: SortExecTransformer => sortExec
}
assert(sortExec.size == 1)
assert(sortExec.size == 2)
val result = df.collect()
val expectedResult = Seq(Row(0), Row(1), Row(2), Row(3), Row(4))
TestUtils.compareAnswers(result, expectedResult)
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 18481c7

Please sign in to comment.