Skip to content

Commit

Permalink
Only run Avro sqllogic tests if avro feature is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed May 20, 2023
1 parent c779603 commit 1cc23b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/core/tests/sqllogictests/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1cc23b2

Please sign in to comment.