refactor: bump crates arrow* and parquet to version 56#18997
Merged
bohutang merged 5 commits intodatabendlabs:mainfrom Nov 21, 2025
Merged
refactor: bump crates arrow* and parquet to version 56#18997bohutang merged 5 commits intodatabendlabs:mainfrom
bohutang merged 5 commits intodatabendlabs:mainfrom
Conversation
1903b9b to
0726e79
Compare
- upgrade arrow* + parquet crates to v56 - patch iceberg to use arrow 56 as well databendlabs/iceberg-rust#4 - patch orc-rust to use arrow 56 as well datafuse-extras/orc-rust#1 - patch arrow-udf-runtime to use arrow 56 as well datafuse-extras/arrow-udf#1 - bump arrow* from 55 to 56 - bump tonic from 0.12 to 0.13 - bump pyo3 from 0.24.1 to 0.25 - bump pyo3-build-config from 0.24 to 0.25 - bump pyo3-build-config from 0.24.2 to 0.25 - bump pyo3 from 0.24 to 0.25
0726e79 to
718fd06
Compare
Meta data that marks the parquet writer version has been changed to 'parquet-rs version 56.2.0', thus some cases that expect exact parquet file size need to be tweaked.
Member
Author
|
@codex review |
|
Codex Review: Didn't find any major issues. Already looking forward to the next diff. ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
SkyFan2002
approved these changes
Nov 21, 2025
sundy-li
approved these changes
Nov 21, 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 CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
refactor: bump arrow*/parquet to 56
refactor: bump arrow to 56 iceberg-rust#4
refactor: bump arrow to version 56 datafuse-extras/orc-rust#1
refactor: bump arrow to 56 datafuse-extras/arrow-udf#1
misc:
Meta data that marks the parquet writer version has been changed to
'parquet-rs version 56.2.0', thus some cases that expect exact parquet
file size need to be tweaked.
Benchmark Performance Comparison Report
Test Scenario
lineitemtable with dictionary encoding enabledselect col from lineitem ignore_resultExecutive Summary
Test Configuration Comparison
Performance Summary
Times reflect the average of the two hot runs taken after the warmup.
Detailed Query Comparison
Performance Analysis
Overall Performance
Per-query Highlights
Appendix: SQL Queries Used
col_scan.sql
Tests
Type of change
This change is