Copilot commented on code in PR #2298:
URL: https://github.com/apache/sedona/pull/2298#discussion_r2292738763
##########
spark/common/src/test/scala/org/apache/sedona/sql/geography/ConstructorsDataFrameAPITest.scala:
##########
@@ -127,4 +127,14 @@ class ConstructorsDataFrameAPITest extends TestBaseScala {
assert(geom.getSRID == 4326)
}
+ it("Passed ST_GeomToGeography multilingstring") {
Review Comment:
"multilingstring" is misspelled. It should be "multilinestring" to match the
geometry type being tested.
```suggestion
it("Passed ST_GeomToGeography multilinestring") {
```
--
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]