chore(rust): bump the arrow-datafusion group in /rust with 4 updates#4313
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(rust): bump the arrow-datafusion group in /rust with 4 updates#4313dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the arrow-datafusion group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 58.1.0 to 58.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.2.0) Updates `arrow-buffer` from 58.1.0 to 58.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.3.0) Updates `arrow-schema` from 58.1.0 to 58.3.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.3.0) Updates `arrow-select` from 58.1.0 to 58.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.2.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-buffer dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-schema dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion - dependency-name: arrow-select dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow-datafusion ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
I'll take a look. |
lidavidm
pushed a commit
that referenced
this pull request
May 14, 2026
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
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.
Bumps the arrow-datafusion group in /rust with 4 updates: arrow-array, arrow-buffer, arrow-schema and arrow-select.
Updates
arrow-arrayfrom 58.1.0 to 58.2.0Release notes
Sourced from arrow-array's releases.
... (truncated)
Changelog
Sourced from arrow-array's changelog.
... (truncated)
Commits
fc3f778Prepare for 58.2.0 release (#9800)3c4311cPrevent buffer builder length overflow inMutableBuffer::extend_zeros(#9820)11f13a5feat(parquet): batch RLE runs in level encoder via scan-ahead (#9830)a3dbc15feat: addhas_non_empty_nullshelper function inOffsetBuffer(#9711)b00b5aafix(ipc): correct skip_field handling for V4 Union (#9829)b4c02d0support length() on Run-end encoding arrays (#9838)710e68ePrevent ArrayData validation length overflow (#9816)cb8d4c0fix: correct accounting inDictEncoder::estimated_memory_size, `Interner::e...4fa8d2ffix(ipc): replace wildcard in skip_field with explicit DataType handling (#9822)c4b2569ReplaceBooleanBufferBuilderwithNullBufferBuilderin arrow-json if appl...Updates
arrow-bufferfrom 58.1.0 to 58.3.0Release notes
Sourced from arrow-buffer's releases.
... (truncated)
Changelog
Sourced from arrow-buffer's changelog.
... (truncated)
Commits
913bab2Prepare for58.3.0release (#9893)3384f64chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)cc5a256implFromStrforDatePart(#9931)97ff198feat(arrow-string): concat_elements for view, fixed binary (#9876)ded985cfix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)7f6524dfix(parquet): bound schema num_children before Vec::with_capacity (#9884)5bf8912[arrow-string]: addlike::eq_ascii_ignore_casekernel (#9871)8091f3f[arrow-array] Use consistentvalue_lengthname in FixedSizeBinaryArray (#9905)1d89737fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...3790d88Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)Updates
arrow-schemafrom 58.1.0 to 58.3.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema's changelog.
... (truncated)
Commits
913bab2Prepare for58.3.0release (#9893)3384f64chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)cc5a256implFromStrforDatePart(#9931)97ff198feat(arrow-string): concat_elements for view, fixed binary (#9876)ded985cfix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)7f6524dfix(parquet): bound schema num_children before Vec::with_capacity (#9884)5bf8912[arrow-string]: addlike::eq_ascii_ignore_casekernel (#9871)8091f3f[arrow-array] Use consistentvalue_lengthname in FixedSizeBinaryArray (#9905)1d89737fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...3790d88Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)Updates
arrow-selectfrom 58.1.0 to 58.2.0Release notes
Sourced from arrow-select's releases.
... (truncated)
Changelog
Sourced from arrow-select's changelog.
... (truncated)
Commits
fc3f778Prepare for 58.2.0 release (#9800)3c4311cPrevent buffer builder length overflow inMutableBuffer::extend_zeros(#9820)11f13a5feat(parquet): batch RLE runs in level encoder via scan-ahead (#9830)a3dbc15feat: addhas_non_empty_nullshelper function inOffsetBuffer(#9711)b00b5aafix(ipc): correct skip_field handling for V4 Union (#9829)b4c02d0support length() on Run-end encoding arrays (#9838)710e68ePrevent ArrayData validation length overflow (#9816)cb8d4c0fix: correct accounting inDictEncoder::estimated_memory_size, `Interner::e...4fa8d2ffix(ipc): replace wildcard in skip_field with explicit DataType handling (#9822)c4b2569ReplaceBooleanBufferBuilderwithNullBufferBuilderin arrow-json if appl...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions