This is an automated email from the ASF dual-hosted git repository.
houqp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 902fa16 chore: remove unused dependency in ballista-examples (#1353)
902fa16 is described below
commit 902fa16d4a425f280cc3912eb993d4e77f5ddb75
Author: QP Hou <[email protected]>
AuthorDate: Mon Nov 22 23:18:05 2021 -0800
chore: remove unused dependency in ballista-examples (#1353)
---
ballista-examples/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/ballista-examples/Cargo.toml b/ballista-examples/Cargo.toml
index 13b6b55..65cdec4 100644
--- a/ballista-examples/Cargo.toml
+++ b/ballista-examples/Cargo.toml
@@ -29,7 +29,6 @@ publish = false
rust-version = "1.56"
[dependencies]
-arrow-flight = { version = "6.2.0" }
datafusion = { path = "../datafusion" }
ballista = { path = "../ballista/rust/client", version = "0.6.0"}
prost = "0.8"