Update parquet to v58.2.0#6
Merged
Merged
Conversation
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.
This PR contains the following updates:
58.0.0→58.2.058.3.058.0.0→58.2.058.3.0Release Notes
apache/arrow-rs (parquet)
v58.2.0: arrow 58.2.0Compare Source
Changelog
58.2.0 (2026-04-28)
Full Changelog
Implemented enhancements:
RowFilterwhenwith_limit(N)is set #9765 [parquet]RleEncoder::flush_bit_packed_run#9734 [parquet]FixedSizeListin arrow-json reader #9714 [arrow]VariantArrayBuilder::append_nullsAPI #9684variant_get(..., List<_>)non-Struct types support #9615Structfast-path forvariant_get(..., Struct)#9596variant_getto cast kernel for numeric/bool types #9564 [arrow]arrow_string::Predicateand its methods? #9480Fixed bugs:
unshred_variantpanics on malformed bytes despite returningResult#9740DictEncoder::estimated_memory_size#9719 [parquet]Documentation updates:
Performance improvements:
GenericListViewArray::new_uncheckedand refactor ListView json decoder #9646 [arrow]partitionfunction #9640 [arrow]LIMIT/OFFSETinto the lastRowFilterpredicate and skip unused row groups #9766 [parquet] (haohuaijin)write_list#9752 [parquet] (HippoBaro)lenfield from buffer builder #9750 [arrow] (cetra3)offset_index_disabledat build-time #9724 [parquet] (HippoBaro)partitionandtakein RunEndEncoded decoder #9658 [arrow] (liamzwbao)ArrayDatawith typed Array construction in json-reader #9497 [arrow] (liamzwbao)Closed issues:
skip_field#9828 [arrow]skip_fieldwith explicitDataTypehandling #9821 [arrow]typed_valueis extracted #9701takebenchmarks #9627 [arrow]Merged pull requests:
MutableBuffer::extend_zeros#9820 [arrow] (alamb)BooleanBufferBuilderwithNullBufferBuilderin arrow-json if applicable #9811 [arrow] (liamzwbao)pub#9772 [arrow] (ashdnazg)8literals with named constants #9751 [parquet] (HippoBaro)RleEncoder::flush_bit_packed_runto make flow clearer #9735 [parquet] (etseidl)Decoder::flush_blockin async reader #9726 [arrow] (mzabaluev)DictEncoder::estimated_memory_size,Interner::estimated_memory_size#9720 [parquet] (mzabaluev)FixedSizeListin json decoder #9715 [arrow] (liamzwbao)has_non_empty_nullshelper function inOffsetBuffer#9711 [arrow] (rluvaton)push_decoderbenchmark forPushBuffersoverhead #9696 [parquet] (HippoBaro)BooleanArrayandNullBuffer::union_many#9692 [arrow] (mbutrovich)VariantArrayBuilder::append_nullsAPI #9685 (sdf-jkl)Fieldhas a validExtensionType#9677 [parquet] [arrow] (sdf-jkl)variant_getshould follow JSONPath semantics for Field path element #9676 (sdf-jkl)MAX_INLINE_VIEW_LENfromarrow_data#9665 [arrow] (rluvaton)GenericListViewArray::new_uncheckedand refactorListViewjson decoder #9648 [arrow] (liamzwbao)variant_getto returnList<T>instead ofList<Struct>#9631 (liamzwbao)MutableBuffer::clear#9622 [parquet] [arrow] (Rafferty97)object_storebreakage for 0.13.2 #9612 (mzabaluev-flarion)PartialEqandEqforCdcOptions#9602 [parquet] (kszucs)finish_preserve_valuestoArrayBuildertrait #9601 [arrow] (adamreichold)Structfast-path forvariant_get(..., Struct)#9597 (sdf-jkl)UnionArray#9544 [arrow] (friendlymatthew)ListViewcodec in arrow-json #9503 [arrow] (liamzwbao)* This Changelog was automatically generated by github_changelog_generator
v58.1.0: arrow 58.1.0Compare Source
Changelog
58.1.0 (2026-03-20)
Full Changelog
Implemented enhancements:
variant_to_arrowStructtype support #9529unshred_variantsupport forBinaryandLargeBinarytypes #9526shred_variantsupport forLargeUtf8andLargeBinarytypes #9525variant_gettests clean up #9517unshred_variant#9513unshred_variant#9512append_nullstoMapBuilder#9431 [arrow]append_non_nullstoStructBuilder#9429 [arrow]append_value_nto GenericByteBuilder #9425 [arrow]from_bitwise_binary_op#9378 [arrow]Fixed bugs:
util::bit_mask::set_bits(soundness issue) #9543 [arrow]RowSelection#9370 [parquet]Documentation updates:
Performance improvements:
NullBuffer::try_from_unslicedto simplify array construction #9385 [parquet] [arrow]Closed issues:
partially_shredded_variant_array_gen#9492LargeList/ListView/LargeListViewforVariantArray::try_new#9455Merged pull requests:
variant_to_arrowStructtype support #9572 (sdf-jkl)checked_addfor bounds checks to avoid UB #9568 [arrow] (etseidl)ValueIterinto own module, and add publicrecord_countfunction #9557 [arrow] (Rafferty97)shred_variantsupport forLargeUtf8andLargeBinary#9554 (sdf-jkl)HeaderInfoto expose OCF header #9548 [arrow] (mzabaluev)mainbranch with required reviews #9547 (comphead)infer_json_schema#9546 [arrow] (Rafferty97)take_fixed_size_binaryFor Predefined Value Lengths #9535 [arrow] (tobixdev)variant_gettests #9518 (sdf-jkl)partially_shredded_variant_array_gen#9498 (codephage2020)prettyprinttests inarrow-casttoinstainline snapshots #9472 [parquet] [arrow] (grtlr)ListLikeArrayto arrow-array to be shared with json writer and parquet unshredding #9437 [arrow] (liamzwbao)claimmethod to recordbatch for memory accounting #9433 [arrow] (cetra3)append_nullstoMapBuilder[#9432](https://redirect.github.com/apaConfiguration
📅 Schedule: (in timezone America/Detroit)
* * * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.