cloud-fan commented on code in PR #53009: URL: https://github.com/apache/spark/pull/53009#discussion_r2538505380
########## sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/util/Geometry.java: ########## @@ -16,13 +16,15 @@ */ package org.apache.spark.sql.catalyst.util; +import org.apache.spark.annotation.Unstable; import org.apache.spark.unsafe.types.GeometryVal; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.Arrays; // Catalyst-internal server-side execution wrapper for GEOMETRY. +@Unstable Review Comment: ditto ########## sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/util/STUtils.java: ########## @@ -16,13 +16,15 @@ */ package org.apache.spark.sql.catalyst.util; +import org.apache.spark.annotation.Unstable; import org.apache.spark.sql.errors.QueryExecutionErrors; import org.apache.spark.sql.types.GeographyType; import org.apache.spark.sql.types.GeometryType; import org.apache.spark.unsafe.types.GeographyVal; import org.apache.spark.unsafe.types.GeometryVal; // This class defines static methods that used to implement ST expressions using `StaticInvoke`. +@Unstable Review Comment: ditto -- 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]
