diff --git a/Cargo.toml b/Cargo.toml index 3a2f428..0d52815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ ballista-core = { git = "https://github.com/apache/arrow-ballista", rev = "d2f33 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-common = "24.0.0" +datafusion-common = "27.0.0" datafusion-expr = "24.0.0" env_logger = "0.10.0" futures = "0.3"