Skip to content

Commit 77341e4

Browse files
committed
only run avro datasource tests if features have 'avro'
1 parent d75ddc3 commit 77341e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/src/datasource/avro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ impl TableProvider for AvroFile {
180180
}
181181

182182
#[cfg(test)]
183+
#[cfg(feature = "avro")]
183184
mod tests {
184185
use arrow::array::{
185186
BinaryArray, BooleanArray, Float32Array, Float64Array, Int32Array,

0 commit comments

Comments
 (0)