This is an automated email from the ASF dual-hosted git repository.

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 13af12d93824530f84b8f9a336036394ed9c39c6
Author: Jorge C. Leitao <[email protected]>
AuthorDate: Sun Apr 18 14:24:10 2021 +0000

    Changed references to DF and Ballista in Cargo.
---
 rust/Cargo.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index de26f87..de7d36f 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -21,14 +21,11 @@ members = [
         "parquet",
         "parquet_derive",
         "parquet_derive_test",
-        "datafusion",
-        "datafusion-examples",
         "arrow-flight",
         "integration-testing",
-       "benchmarks",
 ]
 
 # this package is excluded because it requires different compilation flags, 
thereby significantly changing
 # how it is compiled within the workspace, causing the whole workspace to be 
compiled from scratch
 # this way, this is a stand-alone package that compiles independently of the 
others.
-exclude = ["arrow-pyarrow-integration-testing", "ballista"]
+exclude = ["arrow-pyarrow-integration-testing"]

Reply via email to