[MINOR][PYTHON][TESTS] Fix test_time_zone_against_map_in_arrow for tzdata on ubuntu 24#54129
Closed
zhengruifeng wants to merge 1 commit intoapache:masterfrom
Closed
[MINOR][PYTHON][TESTS] Fix test_time_zone_against_map_in_arrow for tzdata on ubuntu 24#54129zhengruifeng wants to merge 1 commit intoapache:masterfrom
test_time_zone_against_map_in_arrow for tzdata on ubuntu 24#54129zhengruifeng wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
@HyukjinKwon @dongjoon-hyun I notice a few tests fail on ubuntu 24, probably it is time to upgrade our images from 22.04 to 24.04. |
HyukjinKwon
approved these changes
Feb 4, 2026
Contributor
Author
|
thanks, merged to master |
zhengruifeng
added a commit
that referenced
this pull request
Feb 6, 2026
… 24.04 ### What changes were proposed in this pull request? Upgrade Python 3.12 test image to Ubuntu 24.04 ### Why are the changes needed? Ubuntu 22.04 is kind of out of date, we haven't upgrade the OS version for years. And we started to face test failure specific to old versions (#54129) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes #54130 from zhengruifeng/test_ubuntu_2404. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
Yicong-Huang
pushed a commit
to Yicong-Huang/spark
that referenced
this pull request
Feb 8, 2026
… 24.04 ### What changes were proposed in this pull request? Upgrade Python 3.12 test image to Ubuntu 24.04 ### Why are the changes needed? Ubuntu 22.04 is kind of out of date, we haven't upgrade the OS version for years. And we started to face test failure specific to old versions (apache#54129) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#54130 from zhengruifeng/test_ubuntu_2404. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
rpnkv
pushed a commit
to rpnkv/spark
that referenced
this pull request
Feb 18, 2026
… 24.04 ### What changes were proposed in this pull request? Upgrade Python 3.12 test image to Ubuntu 24.04 ### Why are the changes needed? Ubuntu 22.04 is kind of out of date, we haven't upgrade the OS version for years. And we started to face test failure specific to old versions (apache#54129) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#54130 from zhengruifeng/test_ubuntu_2404. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
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.
What changes were proposed in this pull request?
Fix
test_time_zone_against_map_in_arrowfor tzdata on ubuntu 24Why are the changes needed?
US/Pacificis no longer a valid timezone intzdataon ubuntu 24, it needs additional packages liketzdata-legacyon ubuntu 24.Does this PR introduce any user-facing change?
no, test-only
How was this patch tested?
manually check
Was this patch authored or co-authored using generative AI tooling?
no