paleolimbot commented on code in PR #1811: URL: https://github.com/apache/sedona/pull/1811#discussion_r1962456532
########## spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/expressions/InferredExpression.scala: ########## @@ -23,7 +23,7 @@ import org.apache.spark.sql.catalyst.InternalRow import org.apache.spark.sql.catalyst.expressions.{Expression, ImplicitCastInputTypes} import org.apache.spark.sql.catalyst.expressions.codegen.CodegenFallback import org.apache.spark.sql.catalyst.util.ArrayData -import org.apache.spark.sql.sedona_sql.UDT.GeometryUDT +import org.apache.spark.sql.sedona_sql.UDT.{GeometryUDT, GeographyUDT} Review Comment: (That is how PostGIS does it, although we can also punt on that and use a different prefix if we have to do that to get started) -- 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: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org