rdblue commented on code in PR #3610:
URL: https://github.com/apache/parquet-java/pull/3610#discussion_r3397743553
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetInputFormat.java:
##########
@@ -122,6 +122,12 @@ public class ParquetInputFormat<T> extends
FileInputFormat<Void, T> {
*/
public static final String STATS_FILTERING_ENABLED =
"parquet.filter.stats.enabled";
+ /**
+ * key to configure whether INT96 min/max statistics written with the
INT96_TIMESTAMP_ORDER
+ * column order are read (enabled by default)
+ */
+ public static final String INT96_TIMESTAMP_STATISTICS_READING_ENABLED =
"parquet.int96.timestamp.statistics.read.enabled";
Review Comment:
I don't think this should be an option.
--
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]