qzyu999 opened a new pull request, #3723: URL: https://github.com/apache/iceberg-python/pull/3723
## Rationale Adds `windows-latest` to the Python CI workflow, enabling automated testing on Windows. Depends on: - #3721 (IO: Fix Windows drive letters misidentified as URI schemes) - #3722 (Tests: Fix Windows compatibility in unit test suite) ## Changes Adds a `windows-unit-test` job to `.github/workflows/python-ci.yml` that: - Runs on `windows-latest` with Python 3.12 - Installs all extras except `hive-kerberos` (requires `gssapi.h` C library unavailable on Windows) - Runs the same marker-filtered test suite as the Linux job ## Expected result Locally verified: 3803 passed, 3 skipped, 0 failures on Windows. Closes #2477 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
