Skip to content

fix(ci): Update Python integration tests to pass on all platforms#839

Merged
paleolimbot merged 3 commits into
apache:mainfrom
paleolimbot:wheel-fails
May 14, 2026
Merged

fix(ci): Update Python integration tests to pass on all platforms#839
paleolimbot merged 3 commits into
apache:mainfrom
paleolimbot:wheel-fails

Conversation

@paleolimbot
Copy link
Copy Markdown
Member

@paleolimbot paleolimbot commented May 14, 2026

The wheel testing 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.

@github-actions github-actions Bot requested a review from prantogg May 14, 2026 03:29
@paleolimbot paleolimbot merged commit 0a53e0b into apache:main May 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants