paleolimbot opened a new pull request, #839: URL: https://github.com/apache/sedona-db/pull/839
The wheel testinge exposed two issues: - Parquet files were not using context managers and were causing file deletion errors in Windows which is very picky about open files - The longitude of the north pole centroid varied by platform https://github.com/apache/sedona-db/actions/runs/25832165883/job/75899322929 https://github.com/apache/sedona-db/actions/runs/25832165883/job/75899322935 This PR uses context managers to manage open files and makes the centroid test not test the longitude returned. -- 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]
