You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/05/23 14:10:19 UTC

[arrow-datafusion] branch main updated: run tests with avro enabled when verifying a release candidate (#6401)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c62fe9f58a run tests with avro enabled when verifying a release candidate (#6401)
c62fe9f58a is described below

commit c62fe9f58aebeb53bef5d7f45d7e47bc313fe88a
Author: Andy Grove <an...@gmail.com>
AuthorDate: Tue May 23 08:10:12 2023 -0600

    run tests with avro enabled when verifying a release candidate (#6401)
---
 dev/release/verify-release-candidate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index 7072207a1a..45e984dec3 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -126,7 +126,7 @@ test_source_distribution() {
   git clone https://github.com/apache/parquet-testing.git parquet-testing
 
   cargo build
-  cargo test --all
+  cargo test --all --features=avro
 
   if ( find -iname 'Cargo.toml' | xargs grep SNAPSHOT ); then
     echo "Cargo.toml version should not contain SNAPSHOT for releases"