zhangfengcdt commented on PR #108: URL: https://github.com/apache/sedona-db/pull/108#issuecomment-3309785926
> The latest DistanceExt generic implementation hangs indefinitely on particular inputs. I can reproduce it locally. The hanging test is: > > ``` > python/sedonadb/tests/functions/test_predicates.py::test_st_dwithin[GEOMETRYCOLLECTION (POINT (0 0), LINESTRING (0 0, 1 1))-GEOMETRYCOLLECTION (POINT (0 0), LINESTRING (0 0, 1 1))-1-True-SedonaDB] > ``` > > I'll look into this tomorrow. Also CC @zhangfengcdt I think i found the case that causes the infinite recursive loop and trying to get a workaround for it: https://github.com/wherobots/geo/pull/10/files The macro expansion causes issues in this specific case, and looks like the rust trait bouds checking is the issue and why we will need this fix. -- 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]
