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

Commit

Permalink
parquet: expose compression levels (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 2, 2022
1 parent 4477126 commit 2fcc522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/parquet/write/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::types::NativeType;

use parquet2::schema::types::PrimitiveType as ParquetPrimitiveType;
pub use parquet2::{
compression::CompressionOptions,
compression::{BrotliLevel, CompressionLevel, CompressionOptions, GzipLevel, ZstdLevel},
encoding::Encoding,
fallible_streaming_iterator,
metadata::{Descriptor, KeyValue, SchemaDescriptor},
Expand Down

0 comments on commit 2fcc522

Please sign in to comment.