Upgrade materialized views to DataFusion 53#45
Closed
xudong963 wants to merge 18 commits into
Closed
Conversation
* Support static partition columns for MV * runtime checks * unit test for dynamic partition columns * lint
* inline mermaid diagrams * additional comment * mention duplicates, not cardinality * more documentation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Upgrade DF51.0.0 * udpate
…te types (#21) (datafusion-contrib#108) Co-authored-by: Matt Friede <7852262+Friede80@users.noreply.github.com>
* Upgrade DF52 * update test * use 52
…n-contrib#112) * Expose a get_mv_candidates_for_table API for ViewMatcher * refine comments
…b#113) * perf: single-pass plan traversal in Predicate::new * address comments * add join error test
* Optimize rewrite performanc * Add test * fmt * Address comments to add details
Pin DataFusion dependencies to the Massive DataFusion 53 fork commit and update Arrow/ObjectStore versions for compatibility. Preserve Massive fork behavior by carrying rewrite context into OneOf/OneOfExec cost selection and allowing OneOf schema comparison to ignore nullability differences. Adapt to DataFusion/ObjectStore 53 execution plan APIs and unnest metadata structs before final dependency projection to avoid DF53 get_field/list optimizer ambiguity.
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.
Summary
branch-52so this PR is explicitly based onbranch-52for review and merge.Notes
Validation
cargo check --workspace --all-targetspassed against this fork revision.cargo test --workspace --all-targets --no-run --exclude atlas-fdb --exclude integration-testspassed.libfdb_c; CI should cover the fork directly.