WIP(iox-10578): patched df upgrade 202-04-30#18
Closed
appletreeisyellow wants to merge 3 commits intomainfrom
Closed
WIP(iox-10578): patched df upgrade 202-04-30#18appletreeisyellow wants to merge 3 commits intomainfrom
appletreeisyellow wants to merge 3 commits intomainfrom
Conversation
…_existing_union` (apache#10259) * feat: add a config param to avoid converting union to interleave * chore: update config for the tests * chore: update configs.md
…/update-df-apr-week-4-4
Author
|
This branch is no longer needed because all patches are caught up in IOx DataFusion version in https://github.com/influxdata/influxdb_iox/pull/10851 |
wiedld
pushed a commit
that referenced
this pull request
Apr 21, 2025
… ParquetOpener (apache#15561) * parquet reader: move pruning predicate creation from ParquetSource to ParquetOpener * use file schema, avoid loading page index if unecessary * Add comment * add comment * Add comment * remove check * fix clippy * update sqllogictest * restore to explain plans * reverted * modify access * Fix ArrowReaderOptions should read with physical_file_schema so we do… (#17) * Fix ArrowReaderOptions should read with physical_file_schema so we don't need to cast back to utf8 * Fix fmt * Update opener.rs * Always apply per-file schema during parquet read (#18) * Update datafusion/datasource-parquet/src/opener.rs --------- Co-authored-by: Qi Zhu <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
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.
Bringing us up to datafusion to 2024-04-30
This PR is based on April 27, 2024 apache@0f76bd6
Applied the following patch(es):
cherry picked feat: add optimizer config param to avoid grouping partitions
prefer_existing_unionapache/datafusion#10259 / apache@2231183cherry picked chore: add function to set prefer_existing_union apache/datafusion#10322 / 3b77b6b