Open pengzhiwei2018 opened 1 day ago
How to write a parquet file with the page index enabled just the the pyarrow does?
https://docs.rs/parquet/latest/parquet/file/properties/struct.WriterPropertiesBuilder.html#method.set_statistics_enabled
It is enabled by default
How to write a parquet file with the page index enabled just the the pyarrow does?