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 1cc23b2f58 Only run Avro sqllogic tests if avro feature is enabled
1cc23b2f58 is described below

commit 1cc23b2f583716ca159c28b87cc0254d0f970d4c
Author: Andy Grove <[email protected]>
AuthorDate: Sat May 20 07:05:18 2023 -0600

    Only run Avro sqllogic tests if avro feature is enabled
---
 datafusion/core/tests/sqllogictests/src/setup.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/datafusion/core/tests/sqllogictests/src/setup.rs 
b/datafusion/core/tests/sqllogictests/src/setup.rs
index 91ce03c5a0..0334102009 100644
--- a/datafusion/core/tests/sqllogictests/src/setup.rs
+++ b/datafusion/core/tests/sqllogictests/src/setup.rs
@@ -56,6 +56,7 @@ async fn register_avro_test_data(ctx: &mut TestContext) {
     )
     .unwrap();
 
+    #[cfg(feature = "avro")]
     ctx.session_ctx()
         .register_avro(
             "alltypes_plain_multi_files",

Reply via email to