zhangfengcdt commented on code in PR #33:
URL: https://github.com/apache/sedona-db/pull/33#discussion_r2326247674


##########
python/sedonadb/tests/functions/test_functions.py:
##########
@@ -493,18 +493,19 @@ def test_st_isempty(eng, geom, expected):
     ("geom", "expected"),
     [
         (None, None),
-        ("POINT EMPTY", 0),
+        # ("POINT EMPTY", 0),  # Not supported by geo implementation - throws 
ArrowInvalid error

Review Comment:
   this should be resoled now - checking empty before call to_geo



-- 
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]

Reply via email to