uros-db commented on code in PR #52629:
URL: https://github.com/apache/spark/pull/52629#discussion_r2450612650
##########
sql/core/src/test/scala/org/apache/spark/sql/types/GeographyTypeSuite.scala:
##########
@@ -216,4 +217,15 @@ class GeographyTypeSuite extends SparkFunSuite {
}
}
}
+
+ test("PhysicalDataType maps GeographyType to PhysicalGeographyType") {
Review Comment:
In other words, we don't still support `GEOGRAPHY(<srid>, <alg>)` as a
user-facing type, because we only support SPHERICAL at this point. Once we add
the appropriate user-facing ALG support, then it will absolutely make sense to
add a test case here as well.
--
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]