Skip to content

Commit

Permalink
hack out ballista
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 12, 2022
1 parent cff4e4f commit 8750db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8750db3

Please sign in to comment.