fix: Remove COMET_SHUFFLE_FALLBACK_TO_COLUMNAR hack#1736
Closed
andygrove wants to merge 55 commits intoapache:mainfrom
Closed
fix: Remove COMET_SHUFFLE_FALLBACK_TO_COLUMNAR hack#1736andygrove wants to merge 55 commits intoapache:mainfrom
COMET_SHUFFLE_FALLBACK_TO_COLUMNAR hack#1736andygrove wants to merge 55 commits intoapache:mainfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1736 +/- ##
============================================
+ Coverage 56.12% 59.40% +3.27%
- Complexity 976 1151 +175
============================================
Files 119 130 +11
Lines 11743 12661 +918
Branches 2251 2375 +124
============================================
+ Hits 6591 7521 +930
+ Misses 4012 3930 -82
- Partials 1140 1210 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
Author
|
There are now many more test failures than when this PR was first created. |
Contributor
|
Working on this |
1 similar comment
Contributor
|
Working on this |
…nto remove-shuffle-fallback-hack
2 tasks
Member
Author
|
The remaining failure is related to exchange reuse in TPC-DS q44. Note the C2R around a reused exchange: |
Member
Author
|
Test now pass. |
Member
Author
|
replaced with #1865 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Part of #1254
Closes #1252
Rationale for this change
The config
COMET_SHUFFLE_FALLBACK_TO_COLUMNARwas added as a hack so that we could avoid fixing some failing Spark SQL tests. However, the failing tests are real issues and only show up now because more queries are running natively.What changes are included in this PR?
This PR removes the hack and updates the diff files to either fix or ignore failing tests. Some of these tests will be enabled later as part of #1254.
How are these changes tested?