jiayuasu opened a new issue, #2252: URL: https://github.com/apache/sedona/issues/2252
After the recent Python refactor, we are still experiencing some wrong deprecation warning messages. This shows a warning when it shouldnt: ``` from sedona.spark import SedonaContext ``` This doesn't show a warning when it should: ``` from sedona.sql import ST_MakePoint ``` -- 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]
