forked from apache/datafusion
-
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-09 #10
Closed
Closed
Conversation
This file contains 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
…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
appletreeisyellow
changed the title
WIP(iox-10577): patched df upgrade 202-04-TBD
WIP(iox-10577): patched df upgrade 202-04-09
Apr 23, 2024
The upgrade is done. Closing |
wiedld
pushed a commit
that referenced
this pull request
Jul 17, 2024
… `interval` (apache#11466) * Unparser rule for datatime cast (#10) * use timestamp as the identifier for date64 * rename * implement CustomDialectBuilder * fix * dialect with interval style (#11) --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * fmt * clippy * doc * Update datafusion/sql/src/unparser/expr.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * update the doc for CustomDialectBuilder * fix doc test --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
wiedld
pushed a commit
that referenced
this pull request
Jul 31, 2024
… `interval` (apache#11466) * Unparser rule for datatime cast (#10) * use timestamp as the identifier for date64 * rename * implement CustomDialectBuilder * fix * dialect with interval style (#11) --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> * fmt * clippy * doc * Update datafusion/sql/src/unparser/expr.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> * update the doc for CustomDialectBuilder * fix doc test --------- Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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.
This PR is based on #5 and #8 that including the following patches:
Bringing us up to datafusion to 2024-04-09
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)