From 3152e98d88dbf917057d3b1bf236517acd14dba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:05:45 +0000 Subject: [PATCH] Update datafusion requirement from 24.0.0 to 26.0.0 Updates the requirements on [datafusion](https://github.com/apache/arrow-datafusion) to permit the latest version. - [Changelog](https://github.com/apache/arrow-datafusion/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/arrow-datafusion/compare/24.0.0...26.0.0) --- updated-dependencies: - dependency-name: datafusion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a2f428..3b0fe54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ ballista = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c1 ballista-core = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } ballista-executor = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } ballista-scheduler = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33820c108f63cd3a31e425bc15c7e9fec255b" } -datafusion = { version = "24.0.0", features = ["pyarrow"] } +datafusion = { version = "26.0.0", features = ["pyarrow"] } datafusion-common = "24.0.0" datafusion-expr = "24.0.0" env_logger = "0.10.0"