Skip to content

chore(deps): bump the apache group across 1 directory with 45 updates#389

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/apache-a52aebc000
Open

chore(deps): bump the apache group across 1 directory with 45 updates#389
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/apache-a52aebc000

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the apache group with 3 updates in the / directory: arrow, datafusion and sqlparser.

Updates arrow from 57.2.0 to 58.0.0

Release notes

Sourced from arrow's releases.

arrow 58.0.0

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326

... (truncated)

Changelog

Sourced from arrow's changelog.

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321
  • [arrow-avro] Add missing Arrow DataType support with avro_custom_types round-trip + non-custom fallbacks #9290

Fixed bugs:

  • ArrowArrayStreamReader errors on zero-column record batches #9394
  • Regression on main (58): Parquet argument error: Parquet error: Required field type_ is missing #9315 [parquet]

Documentation updates:

  • Improve safety documentation of the Array trait #9314 [arrow] (alamb)
  • Improve docs and add build() method to {Null,Boolean,}BufferBuilder #9155 [arrow] (alamb)
  • Improve ArrowReaderBuilder::with_row_filter documentation #9153 [parquet] (alamb)
  • docs: Improve main README.md and highlight community #9119 (alamb)
  • Docs: Add additional documentation and example for make_array #9112 [arrow] (alamb)
  • doc: fix link on FixedSizeListArray doc #9033 [arrow] (Jefffrey)

Performance improvements:

  • Replace ArrayData with direct Array construction #9338 [arrow] (liamzwbao)
  • Remove some unsafe and allocations when creating PrimitiveArrays from Vec and from_trusted_len_iter #9299 [arrow] (alamb)
  • parquet: rle skip decode loop when batch contains all max levels (aka no nulls) #9258 [parquet] (lyang24)

... (truncated)

Commits
  • 9d0e8be Update version to 58.0.0 and add CHANGELOG (#9420)
  • ab9c062 fix: fixed trait functions clash get_date_time_part_extract_fn (#8221) (#9424)
  • c129c7c Avoid allocating a Vec in StructBuilder (#9428)
  • 2f40f78 [Variant] Support ['fieldName'] in VariantPath parser (#9276)
  • 442e1b8 perf: optimize skipper for varint values used when projecting Avro record typ...
  • df63590 [Minor] Use per-predicate projection masks in arrow_reader_clickbench benchma...
  • 39a2b71 Add additional Arrow type support (#9291)
  • d8946ca Fix ArrowArrayStreamReader for 0-columns record batch streams (#9405)
  • 70089ac feat: support RunEndEncoded arrays in arrow-json reader and writer (#9379)
  • 7fbbde2 Remove lint issues in parquet-related code. (#9375)
  • Additional commits viewable in compare view

Updates datafusion from 52.1.0 to 52.2.0

Commits
  • da4014d [branch-52] Update version and prepare changelog (#20560)
  • 38c89a4 [branch-53] Clamp early aggregation emit to the sort boundary when using part...
  • 30545ba [branch-52] Update aws-smithy, bytes and time for security audits (#20546)
  • 7388120 [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) ...
  • af87ef5 [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key ...
  • 4aa7071 Fix name tracker (#19856) (#20539)
  • 3a5b41c [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) (#2...
  • 016e2ae [branch-52] FilterExec should remap indices of parent dynamic filters (#20286...
  • 8aaa274 [branch-52] fix: filter pushdown when merge filter (#20110) (#20289)
  • See full diff in compare view

Updates datafusion-common from 52.1.0 to 52.2.0

Commits
  • da4014d [branch-52] Update version and prepare changelog (#20560)
  • 38c89a4 [branch-53] Clamp early aggregation emit to the sort boundary when using part...
  • 30545ba [branch-52] Update aws-smithy, bytes and time for security audits (#20546)
  • 7388120 [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) ...
  • af87ef5 [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key ...
  • 4aa7071 Fix name tracker (#19856) (#20539)
  • 3a5b41c [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) (#2...
  • 016e2ae [branch-52] FilterExec should remap indices of parent dynamic filters (#20286...
  • 8aaa274 [branch-52] fix: filter pushdown when merge filter (#20110) (#20289)
  • See full diff in compare view

Updates datafusion-execution from 52.1.0 to 52.2.0

Commits
  • da4014d [branch-52] Update version and prepare changelog (#20560)
  • 38c89a4 [branch-53] Clamp early aggregation emit to the sort boundary when using part...
  • 30545ba [branch-52] Update aws-smithy, bytes and time for security audits (#20546)
  • 7388120 [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) ...
  • af87ef5 [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key ...
  • 4aa7071 Fix name tracker (#19856) (#20539)
  • 3a5b41c [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) (#2...
  • 016e2ae [branch-52] FilterExec should remap indices of parent dynamic filters (#20286...
  • 8aaa274 [branch-52] fix: filter pushdown when merge filter (#20110) (#20289)
  • See full diff in compare view

Updates datafusion-expr from 52.1.0 to 52.2.0

Commits
  • da4014d [branch-52] Update version and prepare changelog (#20560)
  • 38c89a4 [branch-53] Clamp early aggregation emit to the sort boundary when using part...
  • 30545ba [branch-52] Update aws-smithy, bytes and time for security audits (#20546)
  • 7388120 [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) ...
  • af87ef5 [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key ...
  • 4aa7071 Fix name tracker (#19856) (#20539)
  • 3a5b41c [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) (#2...
  • 016e2ae [branch-52] FilterExec should remap indices of parent dynamic filters (#20286...
  • 8aaa274 [branch-52] fix: filter pushdown when merge filter (#20110) (#20289)
  • See full diff in compare view

Updates datafusion-sql from 52.1.0 to 52.2.0

Commits
  • da4014d [branch-52] Update version and prepare changelog (#20560)
  • 38c89a4 [branch-53] Clamp early aggregation emit to the sort boundary when using part...
  • 30545ba [branch-52] Update aws-smithy, bytes and time for security audits (#20546)
  • 7388120 [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) ...
  • af87ef5 [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key ...
  • 4aa7071 Fix name tracker (#19856) (#20539)
  • 3a5b41c [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) (#2...
  • 016e2ae [branch-52] FilterExec should remap indices of parent dynamic filters (#20286...
  • 8aaa274 [branch-52] fix: filter pushdown when merge filter (#20110) (#20289)
  • See full diff in compare view

Updates sqlparser from 0.59.0 to 0.61.0

Commits
  • 272c25e Fix changelog (#2206)
  • 09deb94 Prepare to release sqlparser 0.61.0 and sqlparser_derive 0.5.0 (#2195)
  • fcc7bce Fix MAP literals parsing (#2205)
  • 60abfec Add Tokenizer custom token mapper support (#2184)
  • 0924f3a PostgreSQL: Support PostgreSQL ANALYZE with optional table and column (#2187)
  • 23acd23 Add support for C-style comments (#2034)
  • e4c5500 Fixed overflow error, recursion counter was not included for parenthesis (#2199)
  • bc55b37 Added missing derives to dialect marker structs (#2191)
  • cb21477 MySQL: Allow optional constraint name after CONSTRAINT keyword (#2183)
  • d7f56e8 [Oracle] Support hierarchical queries (#2185)
  • Additional commits viewable in compare view

Updates arrow-arith from 57.2.0 to 57.3.0

Release notes

Sourced from arrow-arith's releases.

arrow 57.3.0

Changelog

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

Changelog

Sourced from arrow-arith's changelog.

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321

... (truncated)

Commits
  • 7505005 [57_maintenance] Update version to 57.3.0, add changelog (#9333)
  • 6bbfb99 [maintenance_57] Fix string array equality when the values buffer is the same...
  • 505eb8e [57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe ...
  • 74cf914 [57_maintenance] Mark BufferBuilder::new_from_buffer as unsafe (#9292) (#9312)
  • 25cc1ac [57_maintenance] fix: ensure BufferBuilder::truncate doesn't overset length...
  • 9fc2fbb [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...
  • 3df3157 [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...
  • See full diff in compare view

Updates arrow-array from 57.2.0 to 57.3.0

Release notes

Sourced from arrow-array's releases.

arrow 57.3.0

Changelog

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

Changelog

Sourced from arrow-array's changelog.

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321

... (truncated)

Commits
  • 7505005 [57_maintenance] Update version to 57.3.0, add changelog (#9333)
  • 6bbfb99 [maintenance_57] Fix string array equality when the values buffer is the same...
  • 505eb8e [57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe ...
  • 74cf914 [57_maintenance] Mark BufferBuilder::new_from_buffer as unsafe (#9292) (#9312)
  • 25cc1ac [57_maintenance] fix: ensure BufferBuilder::truncate doesn't overset length...
  • 9fc2fbb [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...
  • 3df3157 [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...
  • See full diff in compare view

Updates arrow-buffer from 57.2.0 to 57.3.0

Release notes

Sourced from arrow-buffer's releases.

arrow 57.3.0

Changelog

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

Changelog

Sourced from arrow-buffer's changelog.

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321

... (truncated)

Commits
  • 7505005 [57_maintenance] Update version to 57.3.0, add changelog (#9333)
  • 6bbfb99 [maintenance_57] Fix string array equality when the values buffer is the same...
  • 505eb8e [57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe ...
  • 74cf914 [57_maintenance] Mark BufferBuilder::new_from_buffer as unsafe (#9292) (#9312)
  • 25cc1ac [57_maintenance] fix: ensure BufferBuilder::truncate doesn't overset length...
  • 9fc2fbb [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...
  • 3df3157 [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...
  • See full diff in compare view

Updates arrow-cast from 57.2.0 to 57.3.0

Release notes

Sourced from arrow-cast's releases.

arrow 57.3.0

Changelog

57.3.0 (2026-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

Changelog

Sourced from arrow-cast's changelog.

Changelog

58.0.0 (2026-02-19)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Avoid allocating a Vec in StructBuilder #9427
  • Zstd context reuse #9401
  • Optimize from_bitwise_unary_op #9364
  • Support RunEndEncoded in ord comparator #9360
  • Support RunEndEncoded arrays in arrow-json #9359
  • Support BinaryView in bit_length kernel #9351
  • Remove support for List types in bit_length kernel #9349
  • Support roundtrip ListView in parquet arrow writer #9344
  • Support ListView in length kernel #9343
  • Support ListView in sort kernel #9341
  • Add some way to create a Timestamp from a DateTime #9337
  • Introduce DataType::is_list and DataType::IsBinary #9326
  • Performance of creating all null dictionary array can be improved #9321

... (truncated)

Commits
  • 7505005 [57_maintenance] Update version to 57.3.0, add changelog (#9333)
  • 6bbfb99 [maintenance_57] Fix string array equality when the values buffer is the same...
  • 505eb8e [57_maintenance] Revert "Seal Array trait (#9092)", mark Array as unsafe ...
  • 74cf914 [57_maintenance] Mark BufferBuilder::new_from_buffer as unsafe (#9292) (#9312)
  • 25cc1ac [57_maintenance] fix: ensure BufferBuilder::truncate doesn't overset length...
  • 9fc2fbb [57_maintenance[Parquet] Provide only encrypted column stats in plaintext foo...
  • 3df3157 [57_maintenance] [regression] Error with adaptive predicate pushdown: "Invali...
  • See full diff in compare view
Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 2, 2026
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-a52aebc000 branch 3 times, most recently from 9e73e2a to 8091314 Compare March 4, 2026 11:00
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-a52aebc000 branch 2 times, most recently from b8d2086 to 3aefacb Compare March 11, 2026 05:33
Bumps the apache group with 3 updates in the / directory: [arrow](https://github.com/apache/arrow-rs), [datafusion](https://github.com/apache/datafusion) and [sqlparser](https://github.com/apache/datafusion-sqlparser-rs).


Updates `arrow` from 57.2.0 to 58.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@57.2.0...58.0.0)

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

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

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

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

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

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

Updates `arrow-arith` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-array` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-buffer` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-cast` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-csv` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-data` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-ipc` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-json` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-ord` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-row` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-schema` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-select` from 57.2.0 to 57.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.2.0...57.3.0)

Updates `arrow-string` from 57.2.0 to 57.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.2.0...57.3.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/apache-a52aebc000 branch from 3aefacb to 7ef59c4 Compare March 12, 2026 05:32
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