Abeeujah commented on code in PR #314:
URL: https://github.com/apache/sedona-db/pull/314#discussion_r2537955151


##########
python/sedonadb/tests/functions/test_functions.py:
##########
@@ -2092,6 +2092,64 @@ def test_st_makevalid(eng, geom, expected):
     )
 
 
[email protected]("eng", [SedonaDB, PostGIS])
[email protected](
+    ("geom", "expected"),
+    [
+        (
+            "MULTIPOLYGON(((26 125, 26 200, 126 200, 126 125, 26 125 ),( 51 
150, 101 150, 76 175, 51 150 )),(( 151 100, 151 200, 176 175, 151 100 )))",
+            25.0,
+        ),

Review Comment:
   Thank you so much for mentioning, This would be really helpful, going forward



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