-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: temporary branch for IOx update (12-10-2023 try 2) #8741
Closed
appletreeisyellow
wants to merge
9
commits into
apache:main
from
appletreeisyellow:chunchun/12-10-2023-try-2
Closed
chore: temporary branch for IOx update (12-10-2023 try 2) #8741
appletreeisyellow
wants to merge
9
commits into
apache:main
from
appletreeisyellow:chunchun/12-10-2023-try-2
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
…ination (apache#8520) * fix: volatile expressions should not be target of common subexpt elimination * Fix clippy * For review * Return error for unresolved scalar function * Improve error message
… different schemas and statistics (apache#8533) * Add test for schema evolution * Fix reading parquet statistics * Update tests for fix * Add comments to help explain the test * Add another test
github-actions
bot
added
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
core
Core DataFusion crate
sqllogictest
SQL Logic Tests (.slt)
labels
Jan 3, 2024
appletreeisyellow
changed the title
fix: volatile expressions should not be target of common subexpt elim…
chore: temporary branch for IOx update (12-10-2023 try 2)
Jan 3, 2024
…he#8463) * feat: struct: implement variadic_any solution, enable all struct field types * fix: run cargo-fmt * cln: remove unused imports
Signed-off-by: jayzhan211 <[email protected]>
…he#6629) * update * FIXed * add parquet * update * update * update * try2 * update * update * Add comments * cargo fmt --------- Co-authored-by: Andrew Lamb <[email protected]>
* fix: interval uppercase unit * feat: add test * chore: fmt * chore: remove redundant test
…gh ProjectionExec (apache#8484) * Better projection support complex expression support --------- Co-authored-by: metesynnada <[email protected]> Co-authored-by: Mehmet Ozan Kabak <[email protected]>
(btw you can make PRs in your own fork of DataFusion if you want, there is no need to make them in the apache repo -- not that there is anything wrong with creating them here) |
Thank you @alamb! Good to know that I can make PRs in my own fork of DataFusion 👍 I'll do that in the future Closing this one as it is no longer needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
Core DataFusion crate
logical-expr
Logical plan and expressions
optimizer
Optimizer rules
physical-expr
Physical Expressions
sql
SQL Planner
sqllogictest
SQL Logic Tests (.slt)
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.
The head of this branch is at:
EmptyExec
intoPlaceholderRowExec
#8446Cherry-picked bug fixes: