furqaankhan commented on code in PR #889:
URL: https://github.com/apache/sedona/pull/889#discussion_r1258667185
##########
python/tests/sql/test_function.py:
##########
@@ -1177,3 +1177,9 @@ def test_hausdorffDistance(self):
actual_default = actual_df_default.take(1)[0][0]
assert expected == actual
assert expected == actual_default
+
+ def test_st_coord_dim(self):
+
+ point_df = self.spark.sql("SELECT ST_GeomFromWkt('POINT(7 8 6)') AS
geom")
Review Comment:
Can you please elaborate on what you mean? I can't understand.
--
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]