vishnuprakaz commented on code in PR #17493:
URL: https://github.com/apache/iceberg/pull/17493#discussion_r3726819202


##########
core/src/main/java/org/apache/iceberg/StatsUtil.java:
##########
@@ -250,6 +250,20 @@ private static Types.StructType geoUpperBound(int baseId) {
         optional(baseId + GEO_UPPER_M_OFFSET, "m", Types.DoubleType.get(), 
"Bounding box mmax"));
   }
 
+  /** Returns whether a bound type is the geo bounding-box struct (x, y, z, 
m). */
+  static boolean isGeoBoundType(Type boundType) {

Review Comment:
   No worries at all @szehon-ho, I have reverted them. I should have flagged it 
myself as well.



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