-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP(iox-10577): patched df upgrade 202-04-14 #12
Conversation
…che#9897) * Revert "use alias (apache#9894)" This reverts commit 9487ca0. * Use `struct` instead of `named_struct` when there are no aliases * Update docs * fmt
…pache#9958) * for debug finish remove print add space * fix clippy * finish * fix clippy
…/update-df-apr-week-1-2
…/update-df-apr-week-1-2
…/update-df-apr-week-1-2
…/update-df-apr-week-1-2
…/update-df-apr-week-1-2
…/update-df-apr-week-1-2
…/update-df-apr-week-1-3
…/update-df-apr-week-1-3
…/update-df-apr-week-1-3
…/update-df-apr-week-1-3
…/update-df-apr-week-1-3
…/update-df-apr-week-2
…/update-df-apr-week-2
4e92062
to
85e7454
Compare
85e7454
to
41c7f3d
Compare
…L prune (apache#10051) * Prune pages are all null in ParquetExec by row_counts and fix NOT NULL prune * fix clippy * Update datafusion/core/src/physical_optimizer/pruning.rs Co-authored-by: Andrew Lamb <[email protected]> * Update datafusion/core/tests/parquet/page_pruning.rs Co-authored-by: Andrew Lamb <[email protected]> * Update datafusion/core/tests/parquet/page_pruning.rs Co-authored-by: Andrew Lamb <[email protected]> * Update datafusion/core/tests/parquet/page_pruning.rs Co-authored-by: Andrew Lamb <[email protected]> * Update datafusion/core/tests/parquet/page_pruning.rs Co-authored-by: Andrew Lamb <[email protected]> * remove allocate vec * better way avoid allocate vec * simply expr --------- Co-authored-by: Andrew Lamb <[email protected]>
…/update-df-apr-week-2
…/update-df-apr-week-2
…/update-df-apr-week-2
…/update-df-apr-week-2
Is the patch list still up-to-date? Based on the PR dates, many of them should be merged in the 2024-04-14 |
@crepererum This patch list keeps a history of how we get to 2024-04-14 without breaking any CI pipeline. You are right! All the patches are merged in the 2024-04-24 I think it works the same to have the DataFusion version in IOx Cargo.toml to either point to this forked |
The upgrade is done. Closing |
* Add dialect param to use CHAR instead of TEXT for Utf8 unparsing for MySQL (#12) * Configurable data type instead of flag for Utf8 unparsing * Fix type in comment
* Add dialect param to use CHAR instead of TEXT for Utf8 unparsing for MySQL (#12) * Configurable data type instead of flag for Utf8 unparsing * Fix type in comment
All the patches below are included in the last commit of April 13, 2024 in DataFusion!
This PR is based on #5 and #10 that including the following patches:
Bringing us up to datafusion to 2024-04-14
PATCH: add the named struct patch
PATCH: include the patch request (per slack) for the upstream coalesce bug.
apache@4d85979 / coercion vec[Dictionary, Utf8] to Dictionary for coalesce function apache/datafusion#9958
PATCH: patch for the function re-writer, visiting subqueries within expressions.
apache@e161cd6 / fix
NamedStructField should be rewritten in OperatorToFunction
in subquery regression (changeApplyFunctionRewrites
to use TreeNode API apache/datafusion#10032 (merged in DF on April 12, 2024)PATCH: cherry-picked apache@671cef8 / Prune pages are all null in ParquetExec by row_counts and fix NOT NULL prune apache/datafusion#10051 (merged in DF on April 13, 2024)