petern48 commented on code in PR #8:
URL: https://github.com/apache/sedona-db/pull/8#discussion_r2316915513
##########
python/sedonadb/tests/functions/test_functions.py:
##########
@@ -50,6 +50,106 @@ def test_st_area(eng, geom, expected):
eng.assert_query_result(f"SELECT ST_Area({geom_or_null(geom)})", expected)
[email protected]("eng", [SedonaDB, PostGIS])
[email protected](
+ ("geom", "expected"),
+ [
+ ("POINT (1 1)", b"0101000000000000000000F03F000000000000F03F"),
Review Comment:
changed to specifying the '\x' cleaned the `testing.py` code up
--
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]