Skip to content

Commit f64b291

Browse files
committed
chore: remove show statement
1 parent 1a2a0dc commit f64b291

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spark/common/src/test/scala/org/apache/sedona/sql/functionTestScala.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,10 +3392,6 @@ class functionTestScala
33923392
}
33933393

33943394
it("Should pass ST_RotateX") {
3395-
sparkSession
3396-
.sql(
3397-
"SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 0))'), 10)) ")
3398-
.show(truncate = false)
33993395
val geomTestCases = Map(
34003396
(
34013397
1,

0 commit comments

Comments
 (0)