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

Commit

Permalink
Make convert mod public to expose parquet_to_arrow_schema utility fun…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
martingallagher committed May 23, 2022
1 parent a810b03 commit f29d59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/parquet/read/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub use metadata::read_schema_from_metadata;
pub use parquet2::metadata::{FileMetaData, KeyValue, SchemaDescriptor};
pub use parquet2::schema::types::ParquetType;

pub(crate) use convert::*;
pub use convert::*;

use self::metadata::parse_key_value_metadata;

Expand Down

0 comments on commit f29d59d

Please sign in to comment.