Skip to content

chore(deps): bump the datafusion-arrow-parquet group across 1 directory with 22 updates#891

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/datafusion-arrow-parquet-17a5eff4d0
Closed

chore(deps): bump the datafusion-arrow-parquet group across 1 directory with 22 updates#891
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/datafusion-arrow-parquet-17a5eff4d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the datafusion-arrow-parquet group with 19 updates in the / directory:

Package From To
arrow 57.1.0 58.3.0
arrow-array 57.3.0 58.3.0
arrow-cast 57.3.0 58.3.0
arrow-ipc 57.3.0 58.3.0
arrow-json 57.3.0 58.3.0
datafusion 52.5.0 53.1.0
datafusion-catalog 52.5.0 53.1.0
datafusion-common 52.5.0 53.1.0
datafusion-common-runtime 52.5.0 53.1.0
datafusion-datasource 52.5.0 53.1.0
datafusion-datasource-parquet 52.5.0 53.1.0
datafusion-execution 52.5.0 53.1.0
datafusion-expr 52.5.0 53.1.0
datafusion-ffi 52.5.0 53.1.0
datafusion-optimizer 52.5.0 53.1.0
datafusion-physical-expr 52.5.0 53.1.0
datafusion-physical-plan 52.5.0 53.1.0
datafusion-pruning 52.5.0 53.1.0
parquet 57.3.0 58.3.0

Updates arrow from 57.1.0 to 58.3.0

Release notes

Sourced from arrow's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-array from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-array's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-buffer from 57.3.0 to 57.3.1

Release notes

Sourced from arrow-buffer's releases.

arrow 57.3.1

Changelog

57.3.1 (2026-05-07)

Full Changelog

Fixed bugs:

  • [arrow-buffer] Integer overflow in BufferBuilder::reserve leads to undefined behavior #9897 [arrow]
  • [arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to undefined behavior #9898 [arrow]
  • [arrow-data] Integer overflow in ArrayData::slice leads to undefined behavior #9899 [arrow]
  • [arrow-data] Integer overflow in ArrayData validation leads to undefined behavior #9900 [arrow]
  • [arrow-row] Integer overflow in Rows::row index handling leads to undefined behavior #9901 [arrow]
  • [arrow-buffer] Integer overflow in BitChunks::new leads to undefined behavior #9903 [arrow]
  • [arrow-buffer] Integer overflow in repeat_slice_n_times leads to undefined behavior #9904 [arrow]

Merged pull requests:

Changelog

Sourced from arrow-buffer's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • da8975c Prepare 57.3.1 release (#9943)
  • ecbc022 [57_maintenance] Prevent ArrayData::slice length overflow (#9813) (#9927)
  • 090e8cb [57_maintenance] Prevent repeat slice length overflow (#9819) (#9920)
  • 2c35fce [57_maintenance] Prevent buffer builder length overflow in MutableBuffer::ext...
  • 315e69f [57_maintenance] Prevent FixedSizeBinaryArray i32 offset overflows (#9872) (#...
  • 33d9479 [57_maintenance] Prevent ArrayData validation length overflow (#9816) (#9925)
  • 45a5665 [57_maintenance] Prevent Rows row index overflow (#9817) (#9922)
  • abd6d4d [57_maintenance] Prevent BitChunks length overflow (#9818) (#9918)
  • See full diff in compare view

Updates arrow-cast from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-cast's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow-cast's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-data from 57.3.0 to 57.3.1

Release notes

Sourced from arrow-data's releases.

arrow 57.3.1

Changelog

57.3.1 (2026-05-07)

Full Changelog

Fixed bugs:

  • [arrow-buffer] Integer overflow in BufferBuilder::reserve leads to undefined behavior #9897 [arrow]
  • [arrow-array] Integer overflow in FixedSizeBinaryArray::value leads to undefined behavior #9898 [arrow]
  • [arrow-data] Integer overflow in ArrayData::slice leads to undefined behavior #9899 [arrow]
  • [arrow-data] Integer overflow in ArrayData validation leads to undefined behavior #9900 [arrow]
  • [arrow-row] Integer overflow in Rows::row index handling leads to undefined behavior #9901 [arrow]
  • [arrow-buffer] Integer overflow in BitChunks::new leads to undefined behavior #9903 [arrow]
  • [arrow-buffer] Integer overflow in repeat_slice_n_times leads to undefined behavior #9904 [arrow]

Merged pull requests:

Changelog

Sourced from arrow-data's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • da8975c Prepare 57.3.1 release (#9943)
  • ecbc022 [57_maintenance] Prevent ArrayData::slice length overflow (#9813) (#9927)
  • 090e8cb [57_maintenance] Prevent repeat slice length overflow (#9819) (#9920)
  • 2c35fce [57_maintenance] Prevent buffer builder length overflow in MutableBuffer::ext...
  • 315e69f [57_maintenance] Prevent FixedSizeBinaryArray i32 offset overflows (#9872) (#...
  • 33d9479 [57_maintenance] Prevent ArrayData validation length overflow (#9816) (#9925)
  • 45a5665 [57_maintenance] Prevent Rows row index overflow (#9817) (#9922)
  • abd6d4d [57_maintenance] Prevent BitChunks length overflow (#9818) (#9918)
  • See full diff in compare view

Updates arrow-ipc from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-ipc's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more docu...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 31, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the datafusion-arrow-parquet group with 22 updates chore(deps): bump the datafusion-arrow-parquet group across 1 directory with 22 updates Jun 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-arrow-parquet-17a5eff4d0 branch 3 times, most recently from 4264784 to c7c9ba9 Compare June 5, 2026 19:40
…ry with 22 updates

Bumps the datafusion-arrow-parquet group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrow](https://github.com/apache/arrow-rs) | `57.1.0` | `58.3.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |
| [arrow-ipc](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |
| [arrow-json](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |
| [datafusion](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-catalog](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-common](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-common-runtime](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-datasource](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-datasource-parquet](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-execution](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-expr](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-ffi](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-optimizer](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-physical-expr](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-physical-plan](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-pruning](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [parquet](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |



Updates `arrow` from 57.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@57.1.0...58.3.0)

Updates `arrow-array` from 57.3.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@57.3.0...58.3.0)

Updates `arrow-buffer` from 57.3.0 to 57.3.1
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...57.3.1)

Updates `arrow-cast` from 57.3.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@57.3.0...58.3.0)

Updates `arrow-data` from 57.3.0 to 57.3.1
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...57.3.1)

Updates `arrow-ipc` from 57.3.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@57.3.0...58.3.0)

Updates `arrow-json` from 57.3.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@57.3.0...58.3.0)

Updates `arrow-schema` from 57.3.0 to 57.3.1
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...57.3.1)

Updates `datafusion` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-catalog` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-common-runtime` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource-parquet` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-execution` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-expr` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-ffi` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-optimizer` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-expr` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-plan` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-pruning` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `parquet` from 57.3.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@57.3.0...58.3.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-array
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-buffer
  dependency-version: 57.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-cast
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-data
  dependency-version: 57.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-ipc
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-json
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: arrow-schema
  dependency-version: 57.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-catalog
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-common
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-common-runtime
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-datasource
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-datasource-parquet
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-execution
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-expr
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-ffi
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-optimizer
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-physical-expr
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-physical-plan
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: datafusion-pruning
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
- dependency-name: parquet
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: datafusion-arrow-parquet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/datafusion-arrow-parquet-17a5eff4d0 branch from c7c9ba9 to dd9f5ca Compare June 7, 2026 20:30
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/datafusion-arrow-parquet-17a5eff4d0 branch June 8, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants