Skip to content

Commit

Permalink
Making avro_to_arrow::schema::to_arrow_schema public
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyc committed Sep 12, 2024
1 parent 389f7f7 commit bed5d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/src/datasource/avro_to_arrow/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ use crate::arrow::datatypes::Schema;
use crate::error::Result;
#[cfg(feature = "avro")]
pub use reader::{Reader, ReaderBuilder};
#[cfg(feature = "avro")]
pub use schema::to_arrow_schema;
use std::io::Read;

#[cfg(feature = "avro")]
Expand Down

0 comments on commit bed5d05

Please sign in to comment.