zhangfengcdt commented on code in PR #2971:
URL: https://github.com/apache/parquet-java/pull/2971#discussion_r1968623737
##########
parquet-column/src/main/java/org/apache/parquet/column/statistics/BinaryStatistics.java:
##########
@@ -30,6 +32,7 @@ public class BinaryStatistics extends Statistics<Binary> {
private Binary max;
private Binary min;
+ private GeospatialStatistics geospatialStatistics = null;
Review Comment:
I have refactored the code to use the similar approach to SizeStatistics.
--
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]