Skip to content

deps(core): bump the all group across 1 directory with 4 updates#2364

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/wren-core/all-d911f2c776
Open

deps(core): bump the all group across 1 directory with 4 updates#2364
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/wren-core/all-d911f2c776

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on datafusion, datafusion-session, sqllogictest and object_store to permit the latest version.
Updates datafusion to 54.0.0

Commits
  • 45d943d [branch-54] Update changelog after backports (#22737)
  • 2a5be51 [branch-54] refactor: give parquet CDC options an explicit enabled flag (ba...
  • b508f1f [branch-54] fix: clear handled OFFSET before child recursion in LimitPushdown...
  • dbd97e6 [branch-54] Gate new ScalarSubqueryExec node behind session property (#22530)...
  • d32964e [branch-54] chore: Cleanup and refactor build_join in `ScalarSubqueryToJoin...
  • 27a68f8 [branch-54] refactor: wrap HigherOrderUDFImpl in a concrete HigherOrderUDF st...
  • ae43f4a [branch-54] Fix TopK DISTINCT aggregation preserving NULLs (#22571) (#22634)
  • 50aa138 [branch-54] Support transparent ExecutionPlan downcasts (#22565)
  • 1321d60 [branch-54] Fix: compact view buffers in ScalarValue::compact for all contain...
  • 1875365 [branch-54] Cherry-pick #22493: restore SortExec elimination after stats-base...
  • Additional commits viewable in compare view

Updates datafusion-session to 54.0.0

Commits
  • 45d943d [branch-54] Update changelog after backports (#22737)
  • 2a5be51 [branch-54] refactor: give parquet CDC options an explicit enabled flag (ba...
  • b508f1f [branch-54] fix: clear handled OFFSET before child recursion in LimitPushdown...
  • dbd97e6 [branch-54] Gate new ScalarSubqueryExec node behind session property (#22530)...
  • d32964e [branch-54] chore: Cleanup and refactor build_join in `ScalarSubqueryToJoin...
  • 27a68f8 [branch-54] refactor: wrap HigherOrderUDFImpl in a concrete HigherOrderUDF st...
  • ae43f4a [branch-54] Fix TopK DISTINCT aggregation preserving NULLs (#22571) (#22634)
  • 50aa138 [branch-54] Support transparent ExecutionPlan downcasts (#22565)
  • 1321d60 [branch-54] Fix: compact view buffers in ScalarValue::compact for all contain...
  • 1875365 [branch-54] Cherry-pick #22493: restore SortExec elimination after stats-base...
  • Additional commits viewable in compare view

Updates sqllogictest to 0.29.1

Release notes

Sourced from sqllogictest's releases.

v0.29.1

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.
Changelog

Sourced from sqllogictest's changelog.

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.

[0.29.0] - 2025-12-19

  • parser/runner: Support matching expected failures by SQLSTATE via statement|query error (<SQLSTATE>).

[0.28.4] - 2025-09-04

  • bin: support skip files with regex
  • runner: Add <slt:ignore> to skip the volatile parts of the output.

[0.28.3] - 2025-05-16

  • bin: Add --shutdown-timeout to set a timeout for shutting down the database connections after a test file is finished. By default, this is unspecified, meaning to wait forever.

[0.28.2] - 2025-05-07

  • engines: Enhance graceful shutdown by canceling ongoing queries when shutting down postgres connections. This improves the behavior when receiving a Ctrl-C signal by ensuring that any long-running queries are properly canceled before the connection is closed.
  • bin: In parallel mode, the output of a test case will be printed promptly before shutting down the database connection.

[0.28.1] - 2025-04-18

  • bin: Support graceful shutdown. When receiving a Ctrl-C, the program will cancel all running test cases, log cancelled and skipped test cases, drop temporary databases (if in parallel mode), close database connections, and finally exit with a non-zero code.

[0.28.0] - 2025-03-06

  • runner: Add Partitioner and Runner::with_partitioner to enable partitioning of test cases, allowing only a subset of the glob result to be executed. This can be helpful for running tests in parallel in CI.
  • bin: Add --partition-id and --partition-count to set a hash partitioning for the test cases. If users are running in Buildkite CI with parallelism: .. specified in the workflow file, this will be automatically configured.

[0.27.2] - 2025-02-18

  • engines/bin: fix stdin to be closed properly to avoid hangs in the external engine.

[0.27.1] - 2025-02-17

  • runner: Add Runner::set_var method to allow adding runner-local variables for substitution.
  • bin: Add __DATABASE__ variable for accessing current database name from SLT files.

[0.27.0] - 2025-02-11

  • runner: add shutdown method to DB and AsyncDB trait to allow for graceful shutdown of the database connection. Users are encouraged to call Runner::shutdown or Runner::shutdown_async after running tests to ensure that the database connections are properly closed.

[0.26.4] - 2025-01-27

  • runner: add random string in path generation to avoid conflict when using include.
  • bin: detect connection refused error and exit early to make error message clearer.

[0.26.3] - 2025-01-14

... (truncated)

Commits
  • ebab8da chore: bump version to v0.29.1 (#280)
  • 18a6169 feat(parser,runner): add let record for binding query results to variables ...
  • 492c9e3 feat: support matching sqlstate with [statement|query] error (CCSSS) (#269)
  • See full diff in compare view

Updates object_store to 0.13.2

Changelog

Sourced from object_store's changelog.

v0.13.2 (2026-03-19)

Full Changelog

Implemented enhancements:

  • Path::join(Self, &PathPart) -> Self #665
  • Support for AWS Encryption Client encryption #647
  • LocalFileSystem: use read_at instead of seek + read #622
  • Avoid reading metadata for LocalFileSystem::read_ranges (and other methods) #614
  • expose Inner from HttpRequestBody #606
  • Release object store 0.13.1 (maintenance) - Target Jan 2026 #598
  • Support AWS_ENDPOINT_URL_S3 in aws backend #589
  • Release object store 0.12.5 (maintenance) - Target Dec 2025 #582
  • Support upper-case configuration options in parse_url_opts #529
  • object_store: Support {az,abfs,abfss}://container@account.blob.{core.windows.net,fabric.microsoft.com} URLs #430
  • Support Transfer-Encoding: chunked responses in HttpStore #340
  • Use reconstructed ListBlobs marker to provide list offset support in MicrosoftAzure store #461

Fixed bugs:

  • Azure Fabric: Unsigned integer underflow when fetching token causes integer overflow panic #640
  • Error body missing for 5xx errors after retry exhausted #617
  • Heavy contention on credentials cache #541
  • AWS/S3 Default Headers are not considered for signature calculation #484
  • az:// <container> not work as expected #443

Performance improvements:

  • Preallocate single Vec in get_ranges for LocalFilesystem #634
  • Use platform specific read_at when available #628 (AdamGS)
  • Avoid metadata lookup for LocalFileSystem::read_ranges and chunked_stream #621 (Dandandan)

Closed issues:

  • [Security Alert] Exposed API key(s) detected: AWS Access Key #659
  • AWS S3 token expired on multi-threaded app with Arc usage #655
  • Emulator tests fail in CI due to an unsupported service version header in Azurite #626

Merged pull requests:

... (truncated)

Commits
  • 7a65b75 chore: prepare 0.13.2 release (#671)
  • d22f7f9 fix: missing 5xx error body when retry exhausted (#618)
  • ebaee78 Support --xa-s3 suffix for S3 Express One Zone bucket access points (#663)
  • 7ded938 Replace Path::child with Path::join (#666)
  • bdcac43 feat: Add support for AWS_ENDPOINT_URL_S3 environment variable (#590)
  • ca15c63 Implement Clone for local and memory stores (#653)
  • 41d3242 docs: clarify Clone behavior (#656)
  • 6259202 Unify from_env behaviours (#652)
  • 66e640d Switch TokenCache to RWLock (#648)
  • 907653e docs: add examples to the aws docs where appropriate (#651)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Updates the requirements on [datafusion](https://github.com/apache/datafusion), [datafusion-session](https://github.com/apache/datafusion), [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version.

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

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

Updates `sqllogictest` to 0.29.1
- [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases)
- [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md)
- [Commits](risinglightdb/sqllogictest-rs@v0.28.4...v0.29.1)

Updates `object_store` to 0.13.2
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs-object-store@v0.12.3...v0.13.2)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: datafusion-session
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: sqllogictest
  dependency-version: 0.29.1
  dependency-type: direct:production
  dependency-group: all
- dependency-name: object_store
  dependency-version: 0.13.2
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added core dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core 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