We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49791a commit 01b055fCopy full SHA for 01b055f
1 file changed
datafusion/src/datasource/avro.rs
@@ -180,6 +180,7 @@ impl TableProvider for AvroFile {
180
}
181
182
#[cfg(test)]
183
+#[cfg(feature = "avro")]
184
mod tests {
185
use arrow::array::{
186
BinaryArray, BooleanArray, Float32Array, Float64Array, Int32Array,
0 commit comments