pan3793 commented on code in PR #3056: URL: https://github.com/apache/parquet-java/pull/3056#discussion_r1836003684
########## parquet-hadoop/README.md: ########## @@ -509,3 +509,10 @@ If `true` then an attempt will be made to dynamically load the relevant classes; if not found then the library will use the classic non-vectored reads: it is safe to enable this option on older releases. **Default value:** `false` +--- + +**Property:** `parquet.column.statistics.enabled` +**Description:** Whether to enable column statistics collection. +If `true`, statistics will be collected for all columns unless explicitly disabled for specific columns. Review Comment: > ... unless explicitly disabled for specific columns seems the document lacks "how to disable column statistics for specific columns" -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
