feat: bump datafusion to 53#8107
Conversation
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 372d707839
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Code Review
This pull request upgrades core dependencies to Arrow 58.3 and DataFusion 53.1.0, while refactoring the OpendalStore compatibility layer to support updated object_store traits like get_ranges and delete_stream. A major overhaul of PartSortExec replaces the previous TopK integration with manual buffer management and dynamic filter pushdown. Feedback identifies a potential compilation error in part_sort.rs caused by unstable Rust if-let chains and suggests optimizing the TopK compaction logic to reduce redundant sorting and improve computational complexity.
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dcf97128be
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Signed-off-by: Ruihang Xia waynestxia@gmail.comI 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?
Bump
PR Checklist
Please convert it to a draft if some of the following conditions are not met.