etseidl commented on code in PR #8797:
URL: https://github.com/apache/arrow-rs/pull/8797#discussion_r2534510617
##########
parquet/src/file/metadata/options.rs:
##########
@@ -29,6 +33,24 @@ use crate::schema::types::SchemaDescPtr;
#[derive(Default, Debug, Clone)]
pub struct ParquetMetaDataOptions {
schema_descr: Option<SchemaDescPtr>,
+ encoding_stats_as_mask: bool,
Review Comment:
They're not *quite* mutually exclusive...if you enable stats for a few
columns, those stats can be the mask form rather than the vec. I'll make the
docs a little clearer.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]