Skip to content

Commit

Permalink
feat(rust): Use Parquet V1 data page to compress rep levels
Browse files Browse the repository at this point in the history
  • Loading branch information
thalassemia committed May 3, 2024
1 parent 79f4c3f commit b50a82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-io/src/parquet/write/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ where
WriteOptions {
write_statistics: self.statistics,
compression: self.compression,
version: Version::V2,
version: Version::V1,
data_pagesize_limit: self.data_page_size,
}
}
Expand Down

0 comments on commit b50a82a

Please sign in to comment.