krishnakaanchan-png commented on PR #3884:
URL: https://github.com/apache/iceberg-python/pull/3884#issuecomment-5592016449
The three required checks here were never reporting. `markdown-link-check`,
`python-ci-required` and `python-integration-required` were all sitting at
"Expected, waiting for status to be reported" and the commit had no statuses at
all, so auto merge had nothing to wait on. The head commit was from 31 Aug and
predates those jobs becoming required, so they never ran for it.
I have rebased on main and pushed. All three report now, and
`markdown-link-check` and `python-ci-required` are green.
`python-integration-required` is red, but only because `integration-test`
failed while building the hive image:
```
target hive: failed to solve: process "/bin/sh -c apt-get update -qq &&
apt-get -qq -y install --no-install-recommends curl ..." did not complete
successfully: exit code: 100
```
That is an apt failure in the container build, nothing from the test suite
ran. A re-run should clear it.
Could someone re-run `integration-test`, and the force push has also turned
off auto merge so that needs enabling again. Sorry for the churn.
--
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]