paleolimbot commented on code in PR #381:
URL: https://github.com/apache/sedona-db/pull/381#discussion_r2572086466
##########
python/sedonadb/tests/functions/test_functions.py:
##########
@@ -1178,6 +1178,87 @@ def test_st_hasz(eng, geom, expected):
eng.assert_query_result(f"SELECT ST_HasZ({geom_or_null(geom)})", expected)
[email protected]("eng", [SedonaDB, PostGIS])
[email protected](
+ ("geom", "index", "expected"),
+ [
+ # I. Null/Empty/Non-Polygon Inputs
Review Comment:
Can you add the Z, M, and ZM cases you generated below to this list as well?
--
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]