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


##########
parquet-column/src/main/java/org/apache/parquet/column/ParquetProperties.java:
##########
@@ -128,6 +133,8 @@ public static WriterVersion fromString(String name) {
   private final Map<String, String> extraMetaData;
   private final ColumnProperty<Boolean> statistics;
   private final ColumnProperty<Boolean> sizeStatistics;
+  private final ColumnProperty<Boolean> geospatialStatistics;
+  private final ColumnProperty<Boolean> geospatialStatisticsBBoxWraparound;

Review Comment:
   +1
   In general I think this PR should move away from defining anything related 
to GEOGRAPHY processing and just scope it down to GEOMETRY only.



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