mchades commented on code in PR #11958:
URL: https://github.com/apache/gravitino/pull/11958#discussion_r3556268201
##########
api/src/main/java/org/apache/gravitino/rel/types/Types.java:
##########
@@ -679,6 +682,168 @@ public String simpleString() {
}
}
+ /**
+ * The geometry type in Gravitino. A geometry column holds a geospatial
shape (point, line, or
+ * polygon) encoded as WKB on a planar coordinate reference system (CRS).
The CRS is carried as
+ * type metadata; Gravitino, as a catalog, does not interpret the shape
values.
+ */
+ public static class GeometryType extends Type.PrimitiveType {
+
+ /** The default coordinate reference system, matching the Iceberg/Parquet
default. */
Review Comment:
It may not be necessary to mention Iceberg at the API level, as Gravitino
provides alternative catalog options.
--
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]