Skip to content

Commit 01b055f

Browse files
committed
only run avro datasource tests if features have 'avro'
1 parent e49791a commit 01b055f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/src/datasource/avro.rs

+1
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)