Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Mar 27, 2024
1 parent 95ceece commit 0de4fbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ class CometShuffleSuite extends CometColumnarShuffleSuite {
.filter($"a" > 4)
.repartition(10)
.sortWithinPartitions($"a")
.filter($"a" >= 10)
checkSparkAnswerAndOperator(shuffled, classOf[ShuffleQueryStageExec])
}
}
Expand Down

0 comments on commit 0de4fbb

Please sign in to comment.