Skip to content

Commit ead464d

Browse files
authored
Making avro_to_arrow::schema::to_arrow_schema public (#12452)
1 parent 389f7f7 commit ead464d

File tree

1 file changed

+2
-0
lines changed
  • datafusion/core/src/datasource/avro_to_arrow

1 file changed

+2
-0
lines changed

datafusion/core/src/datasource/avro_to_arrow/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ use crate::arrow::datatypes::Schema;
3030
use crate::error::Result;
3131
#[cfg(feature = "avro")]
3232
pub use reader::{Reader, ReaderBuilder};
33+
#[cfg(feature = "avro")]
34+
pub use schema::to_arrow_schema;
3335
use std::io::Read;
3436

3537
#[cfg(feature = "avro")]

0 commit comments

Comments
 (0)