Revert version-drift change (#34) to restore working baseline - #39
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR #34 bumped Spark (3.5.0→4.0.1), Airflow (3.0.2→3.1.7), the Iceberg Spark runtime, and the Airflow image. Since landing on
mainit has kept CI red: the larger images saturate the single-node minikube's Docker Hub pull bandwidth, so the Airflow Helm release and the Jupyter/monitoring rollouts time out non-deterministically (same deploy ran 6m17s in one run and >25min in another). Timeout-bumping (PRs #37/#38) proved to be whack-a-mole rather than a fix.This restores the last known-good state — commit
1fe2033(Dec 20), the parent of #34.What
git revert 540ea5e. The resulting tree is byte-identical to1fe2033for the 7 affected files (git diff 1fe2033 HEADis empty):4.0.1→3.5.01.19.0→1.18.0, appVersion/tag3.1.7→3.0.2apache/airflow:3.1.7→3.1.5-python3.134.0_2.13→3.5_2.12,hadoop-aws3.4.1→3.3.4Follow-ups
The version-upgrade + Hive cleanup intent is still tracked. Re-attempting it should be paired with the durable CI image-pull fix (issue #36: pre-pull/cache images into minikube, pin a smaller Jupyter image) so the heavier images don't re-break CI.
🤖 Generated with Claude Code