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

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

commit 479e1e2ce5deb9ba3653de5317e82bc29da0e13e
Author: Andy Grove <[email protected]>
AuthorDate: Sun Apr 18 10:11:55 2021 -0600

    Update Cargo.toml
---
 rust/Cargo.toml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index de26f87..0a4ef2a 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -17,18 +17,12 @@
 
 [workspace]
 members = [
-        "arrow",
-        "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 = ["ballista"]

Reply via email to