paleolimbot opened a new issue, #815:
URL: https://github.com/apache/sedona-db/issues/815
We might still have issues with formatting in our expected text!
Thank you for reviewing this, I really appreciate it! I tried the compact
version, but it led to formatting-only failures in the Python harness, for
example one of the diffs I ran into is:
E AssertionError: Expected:
E [('POLYGON Z ((0 0 5,0 1 5,1 1 5,1 0 5,0 0 5))',)]
E Got:
E [('POLYGON Z ((0 0 5, 0 1 5, 1 1 5, 1 0 5, 0 0 5))',)]
Without using `ST_AsText`, the failures seem to come from string formatting
in the test harness rather than from `ST_Normalize` behavior itself.
_Originally posted by @oglego in
https://github.com/apache/sedona-db/pull/802#discussion_r3175819692_
--
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]