zhangfengcdt commented on code in PR #2971:
URL: https://github.com/apache/parquet-java/pull/2971#discussion_r1968624818


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/metadata/ColumnChunkMetaData.java:
##########
@@ -850,4 +906,105 @@ public SizeStatistics getSizeStatistics() {
   public boolean isEncrypted() {
     return true;
   }
+
+  public GeospatialStatistics getGeospatialStatistics() {
+    return shadowColumnChunkMetaData.getGeospatialStatistics();
+  }
+}
+
+class GeometryColumnChunkMetaData extends ColumnChunkMetaData {

Review Comment:
   I have removed ColumnChunkMetaData and use the same logic as SizeStatictics



-- 
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]

Reply via email to