This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 0a102ed45b [DOCS] Fix spelling (#1800)
0a102ed45b is described below
commit 0a102ed45bb54d06e45c107d15f1062266cc30db
Author: John Bampton <[email protected]>
AuthorDate: Wed Feb 12 10:24:09 2025 +1000
[DOCS] Fix spelling (#1800)
---
.../apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/spark/common/src/test/scala/org/apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala
b/spark/common/src/test/scala/org/apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala
index 706c6a1cf2..112a896bfd 100644
---
a/spark/common/src/test/scala/org/apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala
+++
b/spark/common/src/test/scala/org/apache/sedona/sql/ogc/GeometryTypesAndFunctionsTestScala.scala
@@ -392,7 +392,7 @@ class GeometryTypesAndFunctionsTestScala extends
TestBaseScala with BeforeAndAft
assert(actual == 1)
}
ignore("T29") {
- // Interor rings are 1 indexed in OGC and PostGIS.
+ // Interior rings are 1 indexed in OGC and PostGIS.
// In Sedona they are 0 indexed.
val actual = sparkSession
.sql("""
@@ -416,7 +416,7 @@ class GeometryTypesAndFunctionsTestScala extends
TestBaseScala with BeforeAndAft
assert(actual == 2)
}
ignore("T31") {
- // Interor rings are 1 indexed in OGC and PostGIS.
+ // Interior rings are 1 indexed in OGC and PostGIS.
// In Sedona they are 0 indexed.
val actual = sparkSession
.sql("""