comphead commented on code in PR #6401:
URL: https://github.com/apache/arrow-datafusion/pull/6401#discussion_r1200794071
##########
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
Review Comment:
Double checked, tests running fine. sqllogictests running ok as well.
##########
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
Review Comment:
👍 Double checked, tests running fine. sqllogictests running ok as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]