ConeyLiu commented on code in PR #3368:
URL: https://github.com/apache/parquet-java/pull/3368#discussion_r3576696446
##########
parquet-column/src/main/java/org/apache/parquet/column/ParquetProperties.java:
##########
@@ -68,6 +68,7 @@ public class ParquetProperties {
public static final boolean DEFAULT_SIZE_STATISTICS_ENABLED = true;
public static final boolean DEFAULT_PAGE_WRITE_CHECKSUM_ENABLED = true;
+ public static final double DEFAULT_PAGE_COMPRESS_THRESHOLD = 0.98;
Review Comment:
Per the suggestion linked here:
https://github.com/apache/parquet-java/issues/3344#issuecomment-3431666491
--
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]