Skip to content

Commit

Permalink
Resolving merge conflicts from PR apache#605 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hemenduroy committed Apr 13, 2022
1 parent 8c56b90 commit 0c2e7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/sql/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,5 +950,5 @@ def test_st_pointonsurface(self):
assert pointOnSurface.take(1)[0][0] == expected_geom

for input_geom, expected_geom in tests2.items():
pointOnSurface = self.spark.sql("select ST_AsEWKT(ST_PointOnSurface(ST_GeomFromText({})))".format(input_geom))
pointOnSurface = self.spark.sql("select ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT({})))".format(input_geom))
assert pointOnSurface.take(1)[0][0] == expected_geom

0 comments on commit 0c2e7e0

Please sign in to comment.