-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-1745: Remove Ubuntu 20.04 Support
#2177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
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
This PR aims to remove `Ubuntu 20.04` Support from Apache ORC 2.1.0. 1. Remove from GitHub CIs 2. Remove from `docker` directory 3. Remove from Apache ORC Website. Apache ORC 2.1.0 is scheduled in 2025 and Ubuntu 20.04 LTS is going to reach the end of support April 2025. We had better focus on the latest OSes at Apache ORC 2.1.0. | Version | RELEASED | END OF STANDARD SUPPORT | | - | - | - | | Ubuntu 20.04 LTS (Focal Fossa) | Apr 2020 | Apr 2025 | Pass the CIs. However, it will pass because this is a removal of test coverage. No. Closes apache#1983 from dongjoon-hyun/ORC-1745. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit c29857a) Signed-off-by: Dongjoon Hyun <[email protected]>
Member
Author
|
To reviewers, |
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 4, 2025
### What changes were proposed in this pull request? This PR aims to remove `Ubuntu 20.04` Support from Apache ORC 1.9.x according to `GitHub Action End-Of-Support of Ubuntu 20.04`. - actions/runner-images#11101 1. Remove from GitHub CIs 2. Remove from `docker` directory 3. Remove from Apache ORC Website. ### Why are the changes needed? | Version | RELEASED | END OF STANDARD SUPPORT | | - | - | - | | Ubuntu 20.04 LTS (Focal Fossa) | Apr 2020 | Apr 2025 | ### How was this patch tested? Pass the CIs. However, it will pass because this is a removal of test coverage. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2177 from dongjoon-hyun/ORC-1745-1.9. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Member
Author
|
Merged to branch-1.9. |
dongjoon-hyun
added a commit
to dongjoon-hyun/orc
that referenced
this pull request
Apr 4, 2025
This PR aims to remove `Ubuntu 20.04` Support from Apache ORC 1.9.x according to `GitHub Action End-Of-Support of Ubuntu 20.04`. - actions/runner-images#11101 1. Remove from GitHub CIs 2. Remove from `docker` directory 3. Remove from Apache ORC Website. | Version | RELEASED | END OF STANDARD SUPPORT | | - | - | - | | Ubuntu 20.04 LTS (Focal Fossa) | Apr 2020 | Apr 2025 | Pass the CIs. However, it will pass because this is a removal of test coverage. No. Closes apache#2177 from dongjoon-hyun/ORC-1745-1.9. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 27, 2025
### What changes were proposed in this pull request? This PR aims to update all `ubuntu-20.04` to `ubuntu-22.04` in CI. This is a leftover which were missed at the following backporting - #2177 ### Why are the changes needed? To recover CIs. Currently, CI fails like the following. - #2199 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2202 from dongjoon-hyun/ORC-1885. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
ffacs
pushed a commit
to ffacs/orc
that referenced
this pull request
Apr 28, 2025
### What changes were proposed in this pull request? This PR aims to update all `ubuntu-20.04` to `ubuntu-22.04` in CI. This is a leftover which were missed at the following backporting - apache#2177 ### Why are the changes needed? To recover CIs. Currently, CI fails like the following. - apache#2199 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#2202 from dongjoon-hyun/ORC-1885. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
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?
This PR aims to remove
Ubuntu 20.04Support from Apache ORC 1.9.x according toGitHub Action End-Of-Support of Ubuntu 20.04.dockerdirectoryWhy are the changes needed?
How was this patch tested?
Pass the CIs. However, it will pass because this is a removal of test coverage.
Was this patch authored or co-authored using generative AI tooling?
No.