feat: enable native_datafusion scan in auto mode#3781
Draft
andygrove wants to merge 12 commits intoapache:mainfrom
Draft
feat: enable native_datafusion scan in auto mode#3781andygrove wants to merge 12 commits intoapache:mainfrom
andygrove wants to merge 12 commits intoapache:mainfrom
Conversation
Member
Author
|
Some |
auto scan mode now uses native_datafusion scan, which does not support row index generation, so these tests should be skipped for auto mode just as they are for native_datafusion mode.
…usion mode Remove IgnoreCometNativeDataFusion annotations from 3.5.8 Spark SQL test diff for issues that have been closed: apache#3311, apache#3313, apache#3314, apache#3315, apache#3320, apache#3401.
…ve_datafusion mode" This reverts commit d7fd22e.
…_datafusion The auto scan mode now tries native_datafusion first and falls back to native_iceberg_compat if the scan cannot be converted, rather than always using native_iceberg_compat.
Remove IgnoreCometNativeDataFusion tags for issues that have been resolved and closed: apache#3312, apache#3313, apache#3314, apache#3315.
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 #3321
Rationale for this change
Improve performance.
What changes are included in this PR?
native_datafusionfirst, falling back tonative_iceberg_compator Spark when not supported.How are these changes tested?
Existing tests.