Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Dec 7, 2023
1 parent a5e179d commit e506684
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("sorting on ShortType with nullable=false, sortOrder=List('a ASC NULLS LAST)")
.exclude("sorting on ShortType with nullable=false, sortOrder=List('a DESC NULLS LAST)")
.exclude("sorting on ShortType with nullable=false, sortOrder=List('a DESC NULLS FIRST)")
.exclude("SPARK-40089: decimal values sort correctly")
enableSuite[GlutenTakeOrderedAndProjectSuite]
.exclude("TakeOrderedAndProject.doExecute without project")
.exclude("TakeOrderedAndProject.doExecute with project")
Expand Down

0 comments on commit e506684

Please sign in to comment.