jiayuasu commented on code in PR #2210:
URL: https://github.com/apache/sedona/pull/2210#discussion_r2246965192
##########
spark/common/src/main/scala/org/apache/spark/sql/sedona_sql/UDT/GeographyUDT.scala:
##########
@@ -18,26 +18,26 @@
*/
package org.apache.spark.sql.sedona_sql.UDT
-import org.apache.sedona.common.geometrySerde.GeometrySerializer;
+import org.apache.sedona.common.geometrySerde.GeometrySerializer
import org.apache.spark.sql.catalyst.util.{ArrayData, GenericArrayData}
import org.apache.spark.sql.types._
import org.json4s.JsonDSL._
import org.json4s.JsonAST.JValue
-import org.apache.sedona.common.geometryObjects.Geography;
+import org.apache.sedona.common.S2Geography.{S2Geography,
S2GeographySerializer}
-class GeographyUDT extends UserDefinedType[Geography] {
+class GeographyUDT extends UserDefinedType[S2Geography] {
Review Comment:
Sorry for being nitpicky here. But please do not rename this to S2Geography
--
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]