Skip to content

Commit

Permalink
only run avro datasource tests if features have 'avro'
Browse files Browse the repository at this point in the history
  • Loading branch information
Igosuki committed Aug 31, 2021
1 parent d75ddc3 commit 77341e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/src/datasource/avro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ impl TableProvider for AvroFile {
}

#[cfg(test)]
#[cfg(feature = "avro")]
mod tests {
use arrow::array::{
BinaryArray, BooleanArray, Float32Array, Float64Array, Int32Array,
Expand Down

0 comments on commit 77341e4

Please sign in to comment.