You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inconsistent display for types with Metadata #8761 [arrow]
Internal arrow-integration-test crate is linked from arrow docs #8739 [arrow]
Add benchmark for RunEndEncoded casting #8709 [arrow]
[Varaint] Support VariantArray::value to return a Result<Variant>#8672
Merged pull requests:
Fix regression caused by changes in Display for DataType - display (List(non-null Int64) instead of List(nullable Int64)#8890 [parquet] [arrow] (etseidl)
Support parsing for old style FixedSizeList #8882 [arrow] (alamb)
Make ArrayFormatterFactory Send + Sync and add a test #8878 [arrow] (tobixdev)
Make ArrowReaderOptions::with_virtual_columns error rather than panic on invalid input #8867 [parquet] (alamb)
Fix errors when reading nested Lists with pushdown predicates. #8866 [parquet] (alamb)
Fix RowNumberReader when not all row groups are selected #8863 [parquet] (vustef)
Respect page index policy option for ParquetObjectReader when it's not skip #8857 [parquet] (zhuqi-lucas)
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path benchmarks/lance-bench/Cargo.toml --package arrow-cast@56.2.0 --precise 57.3.0
Updating crates.io index
error: failed to select a version for the requirement `arrow-cast = "^56.1"`
candidate versions found which didn't match: 57.3.0
location searched: crates.io index
required by package `lance-encoding v0.39.0`
... which satisfies dependency `lance-encoding = "^0.39.0"` (locked to 0.39.0) of package `lance-bench v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/benchmarks/lance-bench)`
No successful run was found on develop (6b8fb88) during the generation of this report, so e061c55 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
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
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:
56→5756→57Release Notes
apache/arrow-rs (arrow-cast)
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.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#8784arrow-integration-testcrate is linked fromarrowdocs #8739 [arrow]VariantArray::valueto return aResult<Variant>#8672Merged pull requests:
List(non-null Int64)instead ofList(nullable Int64)#8890 [parquet] [arrow] (etseidl)ArrowReaderOptions::with_virtual_columnserror rather than panic on invalid input #8867 [parquet] (alamb)RowNumberReaderwhen not all row groups are selected #8863 [parquet] (vustef)ArrayFormatters when Pretty-Printing Record Batches #8829 [arrow] (tobixdev)ListArraydocumentation #8803 [arrow] (liamzwbao)ArrowReaderOptionsandArrowReaderMetadata#8798 [parquet] (alamb)shred_variant#8796 (liamzwbao)VariantPath::is_empty#8791 (friendlymatthew)ArrayIterbenchmarks #8774 [arrow] (rluvaton)DataType::{Binary/LargeBinary/BinaryView}#8768 [arrow] (klion26)DataType::Union,DataType::Map,DataType::RunEndEncoded#8765 [arrow] (dqkqd)test_cache_projection_excludes_nested_columnsto use high level APIs #8754 [parquet] (alamb)mergeandmerge_nkernels #8753 [arrow] (pepijnve)arrow-integration-testcrate from mainarrowcrate #8740 [Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.