Skip to content

Commit

Permalink
fix failed uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Feb 12, 2025
1 parent d7bf0d7 commit febd663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ class ClickHouseTestSettings extends BackendTestSettings {
// test for sort node not present but gluten uses shuffle hash join
.exclude("SPARK-41048: Improve output partitioning and ordering with AQE cache")
// Rewrite this test since it checks the physical operator which is changed in Gluten
.includeCH("SPARK-27439: Explain result should match collected result after view change")
.excludeCH("SPARK-27439: Explain result should match collected result after view change")
.excludeCH("SPARK-28067: Aggregate sum should not return wrong results for decimal overflow")
.excludeCH("SPARK-35955: Aggregate avg should not return wrong results for decimal overflow")
.excludeCH("summary")
Expand Down

0 comments on commit febd663

Please sign in to comment.