We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389f7f7 commit ead464dCopy full SHA for ead464d
datafusion/core/src/datasource/avro_to_arrow/mod.rs
@@ -30,6 +30,8 @@ use crate::arrow::datatypes::Schema;
30
use crate::error::Result;
31
#[cfg(feature = "avro")]
32
pub use reader::{Reader, ReaderBuilder};
33
+#[cfg(feature = "avro")]
34
+pub use schema::to_arrow_schema;
35
use std::io::Read;
36
37
0 commit comments