Kontinuation opened a new pull request, #192:
URL: https://github.com/apache/sedona-db/pull/192

   This is part of the forked dependency elimination plan 
https://github.com/apache/sedona-db/pull/165. We've hit some overlay operation 
result assertion errors after upgrading geo to the latest 0.31.0 release. The 
failures were caused by geo producing different, but topologically equivalent 
results, and we are asserting on the byte-level equality of resulting WKBs.
   
   This patch adds `assert_scalar_equal_wkb_geometry_topologically` to 
sedona-testing behind a feature flag "geo". We'll switch to use 
`assert_scalar_equal_wkb_geometry_topologically` for testing overlay ST 
functions (ST_Union_Aggr and ST_Intersection_Aggr) after upgrading geo. This 
function is also useful in many other scenarios, so we add this function in its 
dedicated PR.


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