wgtmac commented on code in PR #1349:
URL: https://github.com/apache/parquet-mr/pull/1349#discussion_r1604582772
##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ColumnChunkMetaData.java:
##########
@@ -380,13 +382,15 @@ public PrimitiveType getPrimitiveType() {
/**
* @return the stats for this column
*/
+ @JsonIgnore
Review Comment:
Although it is used in the logging, I'm not sure if ignoring the stats
silently will confuse/break developers used to depend on that log to debug the
stats.
@gszadovszky @Fokko Do you have any suggestion?
--
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]