Update arrow_datafusion (major) #1330
Open
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:
55.2.0->57.2.048.0.1->52.0.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.048.0.1->52.1.0Release Notes
apache/arrow-rs (arrow)
v57.2.0Compare Source
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.0Compare Source
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)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.