This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 0ab2bb6dc ORC-2106: Add `Build Status` table of all live branches to
`README.md`
0ab2bb6dc is described below
commit 0ab2bb6dc119d6ced5a476f54540c1ed8e5bcc03
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Feb 22 21:04:11 2026 -0800
ORC-2106: Add `Build Status` table of all live branches to `README.md`
### What changes were proposed in this pull request?
This PR aims to add `Build Status` table of all live branches to
`README.md`.
### Why are the changes needed?
To improve the visibility of all live release branches.
### How was this patch tested?
Check the PR branch.
- https://github.com/dongjoon-hyun/orc/tree/ORC-2106
<img width="370" height="382" alt="Screenshot 2026-02-22 at 21 02 28"
src="https://github.com/user-attachments/assets/b61922ca-6c63-4943-87f2-eaf1caa4365b"
/>
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2549 from dongjoon-hyun/ORC-2106.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 96ec3096b..03b80458d 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,14 @@ Releases:
The current build status:
-* Main branch [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain)
+| Branch | Build Status |
+| :--- | :--- |
+| main | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Amain)
|
+| branch-2.3 | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.3)
|
+| branch-2.2 | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.2)
|
+| branch-2.1 | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.1)
|
+| branch-2.0 | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-2.0)
|
+| branch-1.9 | [](https://github.com/apache/orc/actions/workflows/build_and_test.yml?query=branch%3Abranch-1.9)
|
Bug tracking: [Apache Jira](https://orc.apache.org/bugs)