alamb opened a new pull request, #6429: URL: https://github.com/apache/arrow-datafusion/pull/6429
# Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/6399 # Rationale for this change If a feature is not enabled, we should not fail tests # What changes are included in this PR? Change sqllogictest so that it does not run avro.sql if the `avro` feature is not available <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> # Are these changes tested? Yes # Are there any user-facing changes? You can now do: ```shell RUST_LOG=debug cargo test -p datafusion --test sqllogictests -- avro ``` And it will pass ``` Finished test [unoptimized + debuginfo] target(s) in 0.28s Running tests/sqllogictests/src/main.rs (/Users/alamb/Software/target-df/debug/deps/sqllogictests-ef50afea7db0aec6) [2023-05-23T10:59:09Z INFO sqllogictests] Running with DataFusion runner: tests/sqllogictests/test_files/avro.slt [2023-05-23T10:59:09Z INFO sqllogictests] Skipping avro.slt because avro feature is not enabled [2023-05-23T10:59:09Z INFO sqllogictests] Skipping: tests/sqllogictests/test_files/avro.slt ``` -- 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]
