cloud-fan commented on code in PR #53009:
URL: https://github.com/apache/spark/pull/53009#discussion_r2538556567
##########
sql/core/src/test/scala/org/apache/spark/sql/RowSuite.scala:
##########
@@ -147,4 +148,30 @@ class RowSuite extends SparkFunSuite with
SharedSparkSession {
assert(row.getGeometry(0).getBytes() == point)
assert(row.getGeography(1).getBytes() == point)
}
+
+ test("geospatial feature disabled") {
Review Comment:
is this a duplicated test? the new tests in `GeographyDataFrameSuite` seem
to cover this.
--
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]