Kontinuation opened a new pull request, #2310: URL: https://github.com/apache/sedona/pull/2310
## Did you read the Contributor Guide? - Yes, I have read the [Contributor Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest/community/develop/) ## Is this PR related to a ticket? No. It is fixing a Databricks CI issue. ## What changes were proposed in this PR? We observed flakey test failures such as https://github.com/wherobots/sedona-cloud-vendor-tester/actions/runs/17228383479/job/48877523507. It could be caused by concurrently running tests that read and write the same DBFS temporary directory. This patch makes concurrent tests use different temporary directories to avoid race condition. ## How was this patch tested? Passing the Databricks integration test ## Did this PR include necessary documentation updates? - No, this PR does not affect any public API so no need to change the documentation. -- 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]
