-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-1745: Remove Ubuntu 20.04 Support
#1983
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
Member
Author
|
Could you review this, @williamhyun ? |
cxzl25
approved these changes
Jul 15, 2024
Member
Author
|
Thank you, @cxzl25 ! Merged to main. |
dongjoon-hyun
added a commit
that referenced
this pull request
Feb 22, 2025
### What changes were proposed in this pull request? This PR aims to remove `ubuntu20` from `os-list.txt` at Apache ORC 2.1.1. ### Why are the changes needed? When we remove `Ubuntu 20.04 Support` at ORC 2.1.0, we missed this. - #1983 ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2138 from dongjoon-hyun/ORC-1854. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
added a commit
that referenced
this pull request
Feb 22, 2025
### What changes were proposed in this pull request? This PR aims to remove `ubuntu20` from `os-list.txt` at Apache ORC 2.1.1. ### Why are the changes needed? When we remove `Ubuntu 20.04 Support` at ORC 2.1.0, we missed this. - #1983 ### How was this patch tested? Manual review. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2138 from dongjoon-hyun/ORC-1854. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 3fd597f) Signed-off-by: Dongjoon Hyun <[email protected]>
dongjoon-hyun
added a commit
that referenced
this pull request
Apr 1, 2025
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 #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]>
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 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]>
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 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]>
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 2.1.0.dockerdirectoryWhy are the changes needed?
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.
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.