Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Make parquet_to_arrow_schema public (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
martingallagher committed May 24, 2022
1 parent 6bfcd78 commit 5725fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/parquet/read/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use crate::error::Result;
mod convert;
mod metadata;

pub use convert::parquet_to_arrow_schema;
pub use metadata::read_schema_from_metadata;
pub use parquet2::metadata::{FileMetaData, KeyValue, SchemaDescriptor};
pub use parquet2::schema::types::ParquetType;
Expand Down

0 comments on commit 5725fa3

Please sign in to comment.