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"