szehon-ho commented on code in PR #17493:
URL: https://github.com/apache/iceberg/pull/17493#discussion_r3726071170


##########
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:
   @vishnuprakaz my apologies,  initially I had assumed there's an easy way to 
check geo type.  It doesnt seem that helpful after all, let's just revert this



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