damansingh1313 opened a new pull request, #3923:
URL: https://github.com/apache/iceberg-python/pull/3923
The apache/hive:4.0.0 base image is built on Debian bullseye, which reached
end of life on 2026-08-31. Its security repository metadata is no longer
refreshed, so the signed Release file has expired and apt-get update fails with
a non-zero exit, breaking the integration-test image build on every PR.
Pass Acquire::Check-Valid-Until=false so apt tolerates the stale (but still
signature-verified) metadata. This is a minimal unblock; a follow-up can drop
the apt-get layer entirely.
Closes #3922
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
## Are these changes tested?
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]