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 1b2e887fe Add news for 2.2.2
1b2e887fe is described below

commit 1b2e887fe72739bd0608b486005d87918334a5fc
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jan 12 13:09:27 2026 +0900

    Add news for 2.2.2
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2026-01-12-ORC-2.2.2.md | 31 +++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index c1eea68fa..4b8f8c11a 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,8 +1,16 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
+2.2.2:
+  date: 2026-01-12
+  state: latest
+  tar: orc-2.2.2.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 4214bfc8e01316305e915a3bd7d2675bf3b95d79243aa5fb6c471ea0765add8e
+  known-issues:
+
 2.2.1:
   date: 2025-10-01
-  state: latest
+  state: archived
   tar: orc-2.2.1.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: 
f3d21c5adc09705940ce67eaa928d29f72bc9d9273f222e6a25a77e115e14fa86fa8b1e0bf4068ea3581dc2d868002cb948596ce14db2d2f1a585a64e7e1b63a
diff --git a/site/_posts/2026-01-12-ORC-2.2.2.md 
b/site/_posts/2026-01-12-ORC-2.2.2.md
new file mode 100644
index 000000000..7b2833f4c
--- /dev/null
+++ b/site/_posts/2026-01-12-ORC-2.2.2.md
@@ -0,0 +1,31 @@
+---
+layout: news_item
+title: "ORC 2.2.2 Released"
+date: "2026-01-12 13:00:00 +0900"
+author: dongjoon
+version: 2.2.2
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.2.2.
+
+{% assign releaseName = "2.2.2" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-2027]({{site.jira}}/ORC-2027): [C++] Fix undefined behavior in 
DoubleColumnReader::readFloat()
+- [ORC-2032]({{site.jira}}/ORC-2032): Upgrade `zstd-jni` to 1.5.7-6
+- [ORC-2040]({{site.jira}}/ORC-2040): Upgrade `commons-cli` to 1.11.0
+- [ORC-2051]({{site.jira}}/ORC-2051): Fix `Meson` build to use `ORC Format` 
1.1.1
+
+The test changes:
+- [ORC-2037]({{site.jira}}/ORC-2037): Upgrade Spark to 4.1.0 and Scala to 
2.13.17
+- [ORC-2041]({{site.jira}}/ORC-2041): Update `cpp-linter-action` hash to match 
ASF infra
+- [ORC-2050]({{site.jira}}/ORC-2050): Add `MacOS 26` to 
`meson/macos-cpp-check` and use mainly in `build` GitHub Action job
+- [ORC-2058]({{site.jira}}/ORC-2058): Upgrade `commons-lang3` to 3.20.0
+
+The build and dependency changes:
+- [ORC-2042]({{site.jira}}/ORC-2042) Upgrade maven.version to 3.9.12
+
+The documentation changes:
+- [ORC-2057]({{site.jira}}/ORC-2057) Add `Pandas` page at `Using in Python` 
section

Reply via email to