Skip to content

Commit

Permalink
chore: remove show statement
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Aug 19, 2024
1 parent 1a2a0dc commit f64b291
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3392,10 +3392,6 @@ class functionTestScala
}

it("Should pass ST_RotateX") {
sparkSession
.sql(
"SELECT ST_AsEWKT(ST_RotateX(ST_GeomFromEWKT('SRID=4326;POLYGON ((0 0, 1 0, 1 1, 0 0))'), 10)) ")
.show(truncate = false)
val geomTestCases = Map(
(
1,
Expand Down

0 comments on commit f64b291

Please sign in to comment.