damansingh1313 commented on PR #3878: URL: https://github.com/apache/iceberg-python/pull/3878#issuecomment-5592576861
Rebased onto the latest `main` and force-pushed. The three checks were stuck at "Expected - Waiting for status to be reported" because this branch predated #3832 (`4e6033d3`, "Infra: Enable Merge Queue with required CI gates", merged 2026-09-03), which made `markdown-link-check`, `python-ci-required`, and `python-integration-required` required, dropped the `paths:` filter on `check-md-link.yml`, and added the aggregate `*-required` jobs plus a `merge_group` trigger. This branch still had the old workflow files, so those contexts could never be reported, an empty commit wouldn't have helped. CI has now re-triggered on the rebased commit. Note: the `integration-test*` jobs are currently failing during Docker setup, but not because of this change, it's the Debian bullseye EOL / expired `bullseye-security` InRelease breaking `apt-get update` in the `apache/hive:4.0.0` image (`dev/hive/Dockerfile`). Every recent PR's Python Integration run is hitting the same error, so `python-integration-required` will stay red until that's fixed on `main`. cc @Fokko @rambleraptor @kevinjqliu -- 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]
