Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps the apache group with 7 updates in the / directory:

Package From To
arrow 56.2.0 57.0.0
datafusion 50.3.0 51.0.0
datafusion-common 50.3.0 51.0.0
datafusion-execution 50.3.0 51.0.0
datafusion-expr 50.3.0 51.0.0
datafusion-sql 50.3.0 51.0.0
sqlparser 0.58.0 0.59.0

Updates arrow from 56.2.0 to 57.0.0

Release notes

Sourced from arrow's releases.

arrow 57.0.0

Changelog

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Added Avro support (new arrow-avro crate) #4886
  • parquet-rewrite: supports compression level and write batch size #8639

... (truncated)

Changelog

Sourced from arrow's changelog.

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Added Avro support (new arrow-avro crate) #4886
  • parquet-rewrite: supports compression level and write batch size #8639
  • Error not panic when int96 stastistics aren't size 12 #8614 [parquet]
  • [Variant] Make VariantArray iterable #8612
  • [Variant] impl PartialEq for VariantArray #8610
  • [Variant] Remove potential panics when probing VariantArray #8609
  • [Variant] Remove ceremony of going from list of Variant to VariantArray #8606
  • Eliminate redundant validation in RecordBatch::project #8591 [arrow]
  • [PARQUET][BENCH] Arrow writer bench with compression and/or page v2 #8559 [parquet]
  • [Variant] casting functions are confusingly named #8531 [parquet]
  • Support writing GeospatialStatistics in Parquet writer #8523 [parquet]
  • [thrift-remodel] Optimize convert_row_groups #8517 [parquet]
  • [Variant] Add variant to arrow primitive support for boolean/timestamp/time #8515
  • Test thrift-remodel branch with DataFusion #8513 [parquet]
  • Make UnionArray::is_dense Method Public #8503 [arrow]
  • Add append_n method to FixedSizeBinaryDictionaryBuilder #8497 [arrow]
  • [Parquet] Reduce size of ParquetMetadata when encryption feature is enabled #8469 [parquet]
  • [Parquet] Remove useless mut requirements in geting bloom filter function #8461 [parquet]
  • Change serde dependency to serde_core where applicable #8451 [arrow]
  • [Parquet] Split ParquetMetadataReader into IO/decoder state machine and thrift parsing #8439 [parquet]
  • Remove compiler warning for redundant config enablement #8412 [arrow]
  • Add geospatial statistics creation support for GEOMETRY/GEOGRAPHY Parquet logical types #8411 [arrow]
  • arrow_json lacks with_timestamp_format functions like arrow_csv had offered #8398 [arrow]
  • Unify API for writing column chunks / row groups in parallel #8389 [parquet]

... (truncated)

Commits
  • 5faa724 Prepare for 57.0.0 release (#8644)
  • 0c33129 parquet-rewrite: add write_batch_size and compression_level config (#8642)
  • 2f96204 Adding try_append_value implementation to ByteViewBuilder (#8594)
  • f131b54 bench: create zip kernel benchmarks (#8654)
  • d49f017 Introduce a ThriftProtocolError to avoid allocating and formattings strings f...
  • a85d8b0 [Variant] impl PartialEq and FromIterator\<Option<..>> for VariantArray ...
  • 2ca3d60 fix: incorrect assertion in BitChunks::new (#8620)
  • 5a384f4 Undeprecate ArrowWriter::into_serialized_writer and add docs (#8621)
  • f3baa80 [thrift-remodel] Add macro to reduce boilerplate necessary to implement Thrif...
  • caeb4d2 feat: Improve DataType display for RunEndEncoded (#8596)
  • Additional commits viewable in compare view

Updates datafusion from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Updates datafusion-common from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Updates datafusion-execution from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Updates datafusion-expr from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Updates datafusion-sql from 50.3.0 to 51.0.0

Commits
  • fd35a09 [branch-51] Update changelog for 51.0.0 RC2 (#18705)
  • 187c6b2 [branch-51] bugfix: select_columns should validate column names (#18624)
  • 6dcde50 [branch-51]: Add timezone to date_trunc fast path (#18596) (#18629)
  • 5c743d7 [branch-51] bugfix: correct regression on TableType in into_view in DF51 (#18...
  • 49e347b [branch-51] Update Changelog (#18592)
  • 2677c27 [branch-51] Revert rewrite for coalesce, nvl and nvl2 simplification (#18...
  • ff96b3b [branch-51] Update version to 51.0.0, add Changelog (#18551)
  • c826009 Refactor log() signature to use coercion API + fixes (#18519)
  • 2233796 minor: Remove inconsistent comment (#18539)
  • fe24690 Add comments to Cargo.toml about workspace overrides (#18526)
  • Additional commits viewable in compare view

Updates sqlparser from 0.58.0 to 0.59.0

Commits

Updates arrow-arith from 56.2.0 to 57.0.0

Release notes

Sourced from arrow-arith's releases.

arrow 57.0.0

Changelog

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Added Avro support (new arrow-avro crate) #4886
  • parquet-rewrite: supports compression level and write batch size #8639

... (truncated)

Changelog

Sourced from arrow-arith's changelog.

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Added Avro support (new arrow-avro crate) #4886
  • parquet-rewrite: supports compression level and write batch size #8639
  • Error not panic when int96 stastistics aren't size 12 #8614 [parquet]
  • [Variant] Make VariantArray iterable #8612
  • [Variant] impl PartialEq for VariantArray #8610
  • [Variant] Remove potential panics when probing VariantArray #8609
  • [Variant] Remove ceremony of going from list of Variant to VariantArray #8606
  • Eliminate redundant validation in RecordBatch::project #8591 [arrow]
  • [PARQUET][BENCH] Arrow writer bench with compression and/or page v2 #8559 [parquet]
  • [Variant] casting functions are confusingly named #8531 [parquet]
  • Support writing GeospatialStatistics in Parquet writer #8523 [parquet]
  • [thrift-remodel] Optimize convert_row_groups #8517 [parquet]
  • [Variant] Add variant to arrow primitive support for boolean/timestamp/time #8515
  • Test thrift-remodel branch with DataFusion #8513 [parquet]
  • Make UnionArray::is_dense Method Public #8503 [arrow]
  • Add append_n method to FixedSizeBinaryDictionaryBuilder #8497 [arrow]
  • [Parquet] Reduce size of ParquetMetadata when encryption feature is enabled #8469 [parquet]
  • [Parquet] Remove useless mut requirements in geting bloom filter function #8461 [parquet]
  • Change serde dependency to serde_core where applicable #8451 [arrow]
  • [Parquet] Split ParquetMetadataReader into IO/decoder state machine and thrift parsing #8439 [parquet]
  • Remove compiler warning for redundant config enablement #8412 [arrow]
  • Add geospatial statistics creation support for GEOMETRY/GEOGRAPHY Parquet logical types #8411 [arrow]
  • arrow_json lacks with_timestamp_format functions like arrow_csv had offered #8398 [arrow]
  • Unify API for writing column chunks / row groups in parallel #8389 [parquet]

... (truncated)

Commits
  • 5faa724 Prepare for 57.0.0 release (#8644)
  • 0c33129 parquet-rewrite: add write_batch_size and compression_level config (#8642)
  • 2f96204 Adding try_append_value implementation to ByteViewBuilder (#8594)
  • f131b54 bench: create zip kernel benchmarks (#8654)
  • d49f017 Introduce a ThriftProtocolError to avoid allocating and formattings strings f...
  • a85d8b0 [Variant] impl PartialEq and FromIterator\<Option<..>> for VariantArray ...
  • 2ca3d60 fix: incorrect assertion in BitChunks::new (#8620)
  • 5a384f4 Undeprecate ArrowWriter::into_serialized_writer and add docs (#8621)
  • f3baa80 [thrift-remodel] Add macro to reduce boilerplate necessary to implement Thrif...
  • caeb4d2 feat: Improve DataType display for RunEndEncoded (#8596)
  • Additional commits viewable in compare view

Updates arrow-array from 56.2.0 to 57.0.0

Release notes

Sourced from arrow-array's releases.

arrow 57.0.0

Changelog

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Added Avro support (new arrow-avro crate) #4886
  • parquet-rewrite: supports compression level and write batch size #8639

... (truncated)

Changelog

Sourced from arrow-array's changelog.

57.0.0 (2025-10-19)

Full Changelog

Breaking changes:

  • Use Arc<FileEncryptionProperties> everywhere to be be consistent with FileDecryptionProperties #8626 [parquet] (alamb)
  • feat: Improve DataType display for RunEndEncoded #8596 [arrow] (Weijun-H)
  • Add ArrowError::AvroError, remaining types and roundtrip tests to arrow-avro, #8595 [arrow] (jecsand838)
  • [thrift-remodel] Refactor Thrift encryption and store encodings as bitmask #8587 [parquet] (etseidl)
  • feat: Enhance Map display formatting in DataType #8570 [arrow] (Weijun-H)
  • feat: Enhance DataType display formatting for ListView and LargeListView variants #8569 [arrow] (Weijun-H)
  • Use custom thrift parser for parquet metadata (phase 1 of Thrift remodel) #8530 [parquet] (etseidl)
  • refactor: improve display formatting fo...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 21, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-2f1edd60ac branch 9 times, most recently from 155643a to 86e09d3 Compare November 28, 2025 06:06
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-2f1edd60ac branch 2 times, most recently from 5e649f2 to 34ccc1f Compare December 1, 2025 06:22
Bumps the apache group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrow](https://github.com/apache/arrow-rs) | `56.2.0` | `57.0.0` |
| [datafusion](https://github.com/apache/datafusion) | `50.3.0` | `51.0.0` |
| [datafusion-common](https://github.com/apache/datafusion) | `50.3.0` | `51.0.0` |
| [datafusion-execution](https://github.com/apache/datafusion) | `50.3.0` | `51.0.0` |
| [datafusion-expr](https://github.com/apache/datafusion) | `50.3.0` | `51.0.0` |
| [datafusion-sql](https://github.com/apache/datafusion) | `50.3.0` | `51.0.0` |
| [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) | `0.58.0` | `0.59.0` |



Updates `arrow` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

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

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

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

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

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

Updates `sqlparser` from 0.58.0 to 0.59.0
- [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.59.0)

Updates `arrow-arith` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-array` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-buffer` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-cast` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-csv` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-data` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-ipc` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-json` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-ord` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-row` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-schema` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-select` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

Updates `arrow-string` from 56.2.0 to 57.0.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@56.2.0...57.0.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 57.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-common
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-execution
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-expr
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-sql
  dependency-version: 51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: sqlparser
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: apache
- dependency-name: arrow-arith
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-array
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-buffer
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-cast
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-csv
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-data
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-ipc
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-json
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-ord
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-row
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-schema
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-select
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-string
  dependency-version: 57.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-catalog
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-catalog-listing
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-common-runtime
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource-csv
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource-json
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-doc
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-expr-common
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-aggregate
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-aggregate-common
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-table
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-window
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-window-common
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-macros
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-optimizer
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr-adapter
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr-common
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-optimizer
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-plan
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-pruning
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-session
  dependency-version: 51.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-2f1edd60ac branch from 34ccc1f to 5d63fbb Compare December 1, 2025 10:27
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.

1 participant