mchades commented on code in PR #11958:
URL: https://github.com/apache/gravitino/pull/11958#discussion_r3555893719
##########
api/src/main/java/org/apache/gravitino/rel/types/Type.java:
##########
@@ -78,6 +78,16 @@ enum Name {
* schema.
*/
VARIANT,
+ /**
+ * The geometry type. A geometry holds a geospatial shape (WKB-encoded) on
a planar coordinate
+ * reference system.
+ */
+ GEOMETRY,
+ /**
+ * The geography type. A geography holds a geospatial shape (WKB-encoded)
on a spheroidal
+ * coordinate reference system, with an edge-interpolation algorithm.
+ */
+ GEOGRAPHY,
Review Comment:
Do other catalogs support these two types? Or is it only supported by the
Iceberg catalog?
--
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]