chore: update datafusion to 50#7076
Merged
Merged
Conversation
e271446 to
b39a712
Compare
sunng87
reviewed
Oct 13, 2025
73eac59 to
5b5f280
Compare
5 tasks
a08af4f to
1f9a060
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the DataFusion dependency from version 49 to version 50, along with related dependencies like Arrow and SQLParser to keep the codebase in sync with upstream changes.
- Dependency version updates for DataFusion ecosystem (datafusion, arrow, sqlparser)
- API compatibility updates for DataFusion 50's breaking changes
- Test result updates reflecting changes in query output formatting and behavior
Reviewed Changes
Copilot reviewed 62 out of 63 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates DataFusion from v49 to v50, Arrow to v56.2, and SQLParser to v0.58.0 |
| tests/cases/standalone/common/* | Test result updates reflecting new DataFusion output formatting |
| src/sql/src/parser.rs | Updates canonicalize_object_name to return Result type for error handling |
| src/query/src/part_sort.rs | Adds TopKDynamicFilters parameter to TopK::try_new calls |
| src/common/function/src/scalars/udf.rs | Implements PartialEq, Eq, and Hash traits for ScalarUdf |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
evenyag
reviewed
Oct 22, 2025
discord9
reviewed
Oct 23, 2025
Signed-off-by: luofucong <luofc@foxmail.com>
Signed-off-by: luofucong <luofc@foxmail.com>
Signed-off-by: luofucong <luofc@foxmail.com>
Signed-off-by: luofucong <luofc@foxmail.com>
Signed-off-by: luofucong <luofc@foxmail.com>
1f9a060 to
105ec8c
Compare
discord9
reviewed
Oct 23, 2025
discord9
approved these changes
Oct 23, 2025
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.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
just trying to keep up with our dependency
PR Checklist
Please convert it to a draft if some of the following conditions are not met.