minhpham1810 commented on issue #3307: URL: https://github.com/apache/sedona/issues/3307#issuecomment-5503167133
Hi @jiayuasu, I'd like to work on this. I'll fix `fillna` so it matches GeoPandas: nulls in the replacement stay null instead of turning into empty geometries, rows that only exist in the replacement no longer get added to the output, and the result always keeps the original index, order, name, and CRS. I'll also add a couple of fast checks so most cases can skip an expensive join. This only covers the unlimited case, not `limit` (#2068 / #3302). -- 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]
