chore(deps): update rust crate spatialbench-parquet to v57 - #8986
chore(deps): update rust crate spatialbench-parquet to v57#8986renovate[bot] wants to merge 1 commit into
Conversation
Merging this PR will degrade performance by 10.52%
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
ce32e03 to
9988ee2
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
56→57Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/arrow-rs (spatialbench-parquet)
v57.3.1: arrow 57.3.1Compare Source
Changelog
57.3.1 (2026-05-07)
Full Changelog
Fixed bugs:
Merged pull requests:
v57.3.0: arrow 57.3.0Compare Source
Changelog
57.3.0 (2026-02-02)
Full Changelog
Breaking changes:
Arrayasunsafe#9313 (alamb, gabotechs)BufferBuilder::new_from_bufferas unsafe #9312 (alamb, Jefffrey)Fixed bugs:
BufferBuilder::truncatedoesn't overset length #9311 (alamb, Jefffrey)v57.2.0: arrow 57.2.0Compare Source
Changelog
57.2.0 (2026-01-07)
Full Changelog
Breaking changes:
Implemented enhancements:
LevelInfoBuilder::types_compatibleforArrowWriter#9098append_nto bytes view builder API #9034 [arrow]RunArray::get_physical_indicestoRunEndBuffer#9025 [arrow]BinaryArrayTypefor&FixedSizeBinaryArrays #8992 [arrow]Arc<str>inParquetRecordWriterderive macro #8972ignoreLeadingWhiteSpaceandignoreTrailingWhiteSpaceoptions to the csv writer #8961 [arrow]interleavefor List/LargeList #8952 [arrow]VariantPath#8946DataType::ListViewandDataType::LargeListViewinArrayData::new_null#8908 [arrow]GenericListViewArray::from_iter_primitive#8906 [arrow]cmpkernel #8837 [arrow]List/LargeList/ListView/LargeListView#8830Uniondata types for row format #8828 [arrow]FixedSizeBinaryBuildersupportsappend_array#8750 [arrow]zipwith scalar for Utf8View #8724 [arrow]GEOMETRYandGEOGRAPHY#8717 [parquet]Fixed bugs:
try_binarywhenArrayis implemented incorrectly in external crate #9106Dict(_, LargeUtf8)toUtf8View(StringViewArray) panics #9101nullifkernel #9085 [parquet] [arrow]take_fixed_size_binaryDoes Not Consider NULL Indices #8947 [arrow]FixedSizeBinaryArray::try_new(...)Panics with Item Length of Zero #8926 [arrow]cargo test -p arrow-castfails on main #8910 [arrow]GenericListViewArray::new_nullignoreslenand returns an empty array #8904 [arrow]FixedSizeBinaryArray::new_nullDoes Not Properly Set the Length of the Values Buffer #8900 [arrow]Documentation updates:
Performance improvements:
GenericByteArrayby 8% #9054 [arrow] (rluvaton)notkernel by 50%, addBooleanBuffer::from_bitwise_unary#8996 [arrow] (alamb)Closed issues:
IndexforUnionFields#8958 [arrow]Merged pull requests:
DataType::is_decimal#9100 (AdamGS)ArrayVariantToArrowRowBuildertovariant_to_arrow#9094 (liamzwbao)nullifkernel #9087 [arrow] (alamb)FlightInfo::with_endpointsmethod #9075 [arrow] [arrow-flight] (lewiszlw)Decimal128andDecimal256when field is non-nullable and have non-zeronull_density#9046 [arrow] (rluvaton)Rowssizeshould usecapacityand notlen#9044 [arrow] (rluvaton)try_append_value_n()function toGenericByteViewBuilder#9040 [arrow] (lyang24)boolean_kernelsbenchmark #9035 [arrow] (alamb)RunArraydocumentation #9019 [arrow] (Jefffrey)StructArray#9007 [arrow] (brancz)BinaryArrayTypefor&FixedSizeBinaryArrays #8993 [arrow] (Jefffrey)StringView#8990 [arrow] (lichuang)interleave_kernelsbenchmark #8980 [arrow] (alamb)LargeListcontaining slicedStringViews#8979 [arrow] (fabianmurariu)xzcrate dependency to useliblzmain arrow-avro #8975 [arrow] (jecsand838)Arc<str>inParquetRecordWriterderive macro #8973 (heilhead)Time32toInt64#8971 [arrow] (tshauck)UnionFieldselements by index #8959 [arrow] (friendlymatthew)ArrowArrayStreamReaderhandle schema with attached metadata + do schema checking #8944 [arrow] (jonded94)ShreddedSchemaBuilder) #8940 (XiangpengHao)test_variant_get_error_when_cast_failure...tests to uses a validVariantArray#8921 (alamb)FixedSizeBinaryArray::new_null#8914 [arrow] (tobixdev)ArrayData::new_nullforListView/LargeListView#8909 [arrow] (dqkqd)GenericListViewArray::from_iter_primitive#8907 [arrow] (dqkqd)GenericListViewArray::new_nullreturns empty array #8905 [arrow] (dqkqd)UnionFields#8895 [arrow] (friendlymatthew)variant_getperformance on a perfect shredding #8887 (XiangpengHao)Uniontypes inRowConverter#8839 [arrow] (friendlymatthew)List/LargeList/ListView/LargeListView#8831 (liamzwbao)Vec<RecordBatch>wrapper forpyarrow.Tableconvenience #8790 (jonded94)* This Changelog was automatically generated by github_changelog_generator
v57.1.0: arrow 57.1.0Compare Source
Changelog
57.1.0 (2025-11-20)
Full Changelog
Implemented enhancements:
unsafe#8848 [arrow]shred_variant#8795 [arrow]FilterBuilder::optimizeor not #8781 [arrow]arrow-jsonsupports encoding binary arrays, but not decoding #8736 [arrow]FilterPredicateinstances to be reused for RecordBatches #8692 [arrow]ParquetRecordBatchStream(async API) in terms of the PushDecoder #8677 [parquet]FixedSizeBinary(16)shredding #8665parse_data_typeforList,ListView,LargeList,LargeListView,FixedSizeList,Union,Map,RunEndCoded. #8648 [arrow]RleDecoder::resetrather than panic #8632 [parquet]BooleanBufferBuilderandMutableBufferthat mutate directly the buffer #8618 [arrow]Fixed bugs:
List(Int64)results in nullable list in 57.0.0 and a non-nullable list in 57.1.0 #8883ThriftMetadataWriter::write_column_indexescannot handle aColumnIndexMetaData::NONE#8815 [parquet]error: item_reader def levels are Nonewhen reading nested field with row filter #8657 [parquet]FixedSizeListArrays are not handled #8623 [arrow]Documentation updates:
MutableBufferfromBuffer#8853 [arrow] (alamb)PrimitiveArrayto aVec#8771 [arrow] (alamb)arrow_integration_testcrate #8738 [arrow] (phil-opp)Performance improvements:
RowConverter::from_binaryshould opportunistically take ownership of the buffer #8685 [arrow]collect_booland removeunsafe, optimizetake_bits,take_nativefor null values #8849 [arrow] (Dandandan)BooleanBuffer::append_packed_rangeto useapply_bitwise_binary_op#8812 [arrow] (alamb)LogicalTypeinColumnOrder::get_sort_order, deprecateget_logical_type#8789 [parquet] (alamb)ArrayIterdefault impl fornth,nth_back,lastandcount#8785 [arrow] (rluvaton)SerializedPageReader#8745 [parquet] (XiangpengHao)count,nth,nth_back,lastandmaxfor BitIterator #8696 [arrow] (rluvaton)FilterPredicate::filter_record_batch#8693 [arrow] (pepijnve)RowConverter::from_binary#8686 [arrow] (mzabaluev)apply_unary_opandapply_binary_opbitwise operations #8619 [arrow] (rluvaton)Closed issues:
Field#8784Configuration
📅 Schedule: (UTC)
* 0-3 * * 1#2,1#4)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.