paleolimbot commented on code in PR #43196:
URL: https://github.com/apache/arrow/pull/43196#discussion_r1745868930


##########
cpp/src/parquet/statistics.h:
##########
@@ -135,6 +186,7 @@ class PARQUET_EXPORT EncodedStatistics {
   bool has_max = false;
   bool has_null_count = false;
   bool has_distinct_count = false;
+  bool has_geometry_statistics = false;

Review Comment:
   My sense would be to handle hanging that pattern with a dedicated PR but I 
have no opinions either way 🙂 



##########
cpp/src/parquet/statistics.h:
##########
@@ -135,6 +186,7 @@ class PARQUET_EXPORT EncodedStatistics {
   bool has_max = false;
   bool has_null_count = false;
   bool has_distinct_count = false;
+  bool has_geometry_statistics = false;

Review Comment:
   My sense would be to handle changing that pattern with a dedicated PR but I 
have no opinions either way 🙂 



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

Reply via email to