From 8750db3bea4c036cbe4847c2355c970531e07602 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 12 Feb 2022 07:43:01 -0500 Subject: [PATCH] hack out ballista --- datafusion-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index ef9936110411..1aca95551998 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -33,5 +33,5 @@ rustyline = "9.0" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] } datafusion = { path = "../datafusion", version = "7.0.0-alpha" } arrow = { version = "8.0.0" } -ballista = { path = "../ballista/rust/client", version = "0.6.0", optional=true } +#ballista = { path = "../ballista/rust/client", version = "0.6.0", optional=true } env_logger = "0.9" \ No newline at end of file