petern48 commented on PR #2332: URL: https://github.com/apache/sedona/pull/2332#issuecomment-3259377559
Sorry, I learned about this issue a little more recently and had it on my backlog of things to fix. I didn't realize how deep this went until I looked into it now. I think the question we need to decide here what should `GeoSeries.sindex` build by default? We have two options - build from a np.array: non-distributed but returns indices like the original behavior - build from a GeoSeries: distributed / fast, returns geometries (breaking difference) Currently, it does the latter, which is my preference. WDYT @zhangfengcdt? -- 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: issues-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org