Pin to pre-release arrow / parquet version 55.2.2#16492
Closed
alamb wants to merge 2 commits intoapache:mainfrom
Closed
Pin to pre-release arrow / parquet version 55.2.2#16492alamb wants to merge 2 commits intoapache:mainfrom
55.2.2#16492alamb wants to merge 2 commits intoapache:mainfrom
Conversation
8 tasks
Contributor
Author
|
🤖 |
Contributor
Author
|
🤖: Benchmark completed Details
|
alamb
commented
Jun 26, 2025
| 07)│ DataSourceExec │ | ||
| 08)│ -------------------- │ | ||
| 09)│ bytes: 1072 │ | ||
| 09)│ bytes: 1040 │ |
Contributor
Author
There was a problem hiding this comment.
I believe these files are now smaller due to
| 01)CoalesceBatchesExec: target_batch_size=8192 | ||
| 02)--FilterExec: column1@0 != 42 | ||
| 03)----DataSourceExec: file_groups={4 groups: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:0..137], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:137..274], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:274..411], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:411..547]]}, projection=[column1], file_type=parquet, predicate=column1@0 != 42, pruning_predicate=column1_null_count@2 != row_count@3 AND (column1_min@0 != 42 OR 42 != column1_max@1), required_guarantees=[column1 not in (42)] | ||
| 03)----DataSourceExec: file_groups={4 groups: [[WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:0..141], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:141..282], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:282..423], [WORKSPACE_ROOT/datafusion/sqllogictest/test_files/scratch/repartition_scan/parquet_table/2.parquet:423..563]]}, projection=[column1], file_type=parquet, predicate=column1@0 != 42, pruning_predicate=column1_null_count@2 != row_count@3 AND (column1_min@0 != 42 OR 42 != column1_max@1), required_guarantees=[column1 not in (42)] |
Contributor
Author
There was a problem hiding this comment.
Some files can get larger due to
Contributor
Author
|
Superceded by #16575 |
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.
Which issue does this PR close?
55.2.0(June 2025) arrow-rs#7394Rationale for this change
Let's test the new arrow release before we actually release it
What changes are included in this PR?
Are these changes tested?
CI
Are there any user-facing changes?
New version of arrow