Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Feb 11, 2025
1 parent 63a69bc commit 37da58e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("intersectAll - nullability")
enableSuite[GlutenDataFrameStatSuite]
enableSuite[GlutenDataFrameSuite]
.exclude("SPARK-27439: Explain result should match collected result after view change")
.exclude("Uuid expressions should produce same results at retries in the same DataFrame")
.exclude("SPARK-28224: Aggregate sum big decimal overflow")
.exclude("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
.exclude("intersectAll - nullability")
enableSuite[GlutenDataFrameStatSuite]
enableSuite[GlutenDataFrameSuite]
.exclude("SPARK-27439: Explain result should match collected result after view change")
.exclude("Uuid expressions should produce same results at retries in the same DataFrame")
.exclude("SPARK-28224: Aggregate sum big decimal overflow")
.exclude("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
) // disabled due to case-insensitive not supported in CH tuple
enableSuite[GlutenDataFrameStatSuite]
enableSuite[GlutenDataFrameSuite]
.exclude("SPARK-27439: Explain result should match collected result after view change")
.exclude("Uuid expressions should produce same results at retries in the same DataFrame")
.exclude("SPARK-28224: Aggregate sum big decimal overflow")
.exclude("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
) // disabled due to case-insensitive not supported in CH tuple
enableSuite[GlutenDataFrameStatSuite]
enableSuite[GlutenDataFrameSuite]
.exclude("SPARK-27439: Explain result should match collected result after view change")
.exclude("Uuid expressions should produce same results at retries in the same DataFrame")
.exclude("SPARK-28224: Aggregate sum big decimal overflow")
.exclude("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow")
Expand Down

0 comments on commit 37da58e

Please sign in to comment.