You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/18 17:07:13 UTC

[arrow-rs] 04/05: Removed test from datafusion.

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

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

commit 878a8d8e9cd8ea301637424a38df98f9dbef1333
Author: Jorge C. Leitao <jo...@gmail.com>
AuthorDate: Sun Apr 18 16:10:02 2021 +0000

    Removed test from datafusion.
---
 .github/workflows/rust.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5b539f0..fd44d2c 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -116,12 +116,6 @@ jobs:
           export CARGO_TARGET_DIR="/github/home/target"
           # run tests on all workspace members with default feature list
           cargo test
-          # test datafusion examples
-          cd datafusion-examples
-          cargo test --no-default-features
-          cargo run --example csv_sql
-          cargo run --example parquet_sql
-          cd ..
           cd arrow
           # re-run tests on arrow workspace with additional features
           cargo test --features=prettyprint