paleolimbot commented on issue #817:
URL: https://github.com/apache/sedona-db/issues/817#issuecomment-4434864108

   A few more I had to remove. For st_intersection:
   
   ```python
           # Linestring + Linestring: overlap
           pytest.param(
               "LINESTRING (0 0, 0 10)",
               "LINESTRING (0 5, 0 15)",
               "LINESTRING (0 5, 0 10)",
               id="linestring_overlap",
           ),
           # Linestring + Polygon: overlapping edge
           pytest.param(
               "POLYGON ((0 0, 5 0, 5 5, 0 5, 0 0))",
               "LINESTRING (2.5 0, -10 0)",
               "LINESTRING (2.5 0, 0 0)",
               id="linestring_overlapping_polygon_edge",
           ),
   ```


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