You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2023/05/20 13:28:51 UTC

[arrow-datafusion] branch branch-25 updated: run tests with avro enabled when verifying a release candidate

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

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


The following commit(s) were added to refs/heads/branch-25 by this push:
     new 16c24d9de1 run tests with avro enabled when verifying a release candidate
16c24d9de1 is described below

commit 16c24d9de1d0fb5c21c653f16c6889337777c51e
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sat May 20 07:28:38 2023 -0600

    run tests with avro enabled when verifying a release candidate
---
 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"