This is an automated email from the ASF dual-hosted git repository.
william 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 85bd4c745 Add news for 1.9.8
85bd4c745 is described below
commit 85bd4c745223aec088e8816ea5a16cb249ce7950
Author: William Hyun <[email protected]>
AuthorDate: Thu Jan 8 20:12:17 2026 +0900
Add news for 1.9.8
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2026-01-08-ORC-1.9.8.md | 20 ++++++++++++++++++++
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index baa16aeed..63fbe1762 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -104,9 +104,17 @@
sha256: 9107730919c29eb39efaff1b9e36166634d1d4d9477e5fee76bfd6a8fec317df
known-issues:
+1.9.8:
+ date: 2026-01-08
+ state: stable
+ tar: orc-1.9.8.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: f672af2ed1aef5a2663159c05465d0dcc8be5f20f9df71afdf0edb1e67c82d50
+ known-issues:
+
1.9.7:
date: 2025-07-04
- state: stable
+ state: archived
tar: orc-1.9.7.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 3b3b18f472f8edf3649051e17f012831a0eb8bc55fef3d8f5733d4911332b059
diff --git a/site/_posts/2026-01-08-ORC-1.9.8.md
b/site/_posts/2026-01-08-ORC-1.9.8.md
new file mode 100644
index 000000000..0140da946
--- /dev/null
+++ b/site/_posts/2026-01-08-ORC-1.9.8.md
@@ -0,0 +1,20 @@
+---
+layout: news_item
+title: "ORC 1.9.8 Released"
+date: "2026-01-08 01:00:00 -0800"
+author: william
+version: 1.9.8
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.9.8.
+
+{% assign releaseName = "1.9.8" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-2035]({{site.jira}}/ORC-2035): Upgrade protobuf-java to 3.25.5
+
+The test changes:
+- [ORC-1996]({{site.jira}}/ORC-1996) Remove MacOS 13 from GitHub Action CI and
docs
+- [ORC-2046]({{site.jira}}/ORC-2046) Fix macos-14-arm64 CI failure