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 311a61f36 Add news for 2.2.1
311a61f36 is described below
commit 311a61f363cf6989ce24401f74a55aea5c16c685
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Oct 1 09:06:07 2025 -0700
Add news for 2.2.1
---
site/_data/releases.yml | 10 +++++++-
site/_posts/2025-10-01-ORC-2.2.1.md | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 28e00b129..baa16aeed 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.1:
+ date: 2025-10-01
+ state: latest
+ tar: orc-2.2.1.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256:
f3d21c5adc09705940ce67eaa928d29f72bc9d9273f222e6a25a77e115e14fa86fa8b1e0bf4068ea3581dc2d868002cb948596ce14db2d2f1a585a64e7e1b63a
+ known-issues:
+
2.2.0:
date: 2025-07-29
- state: latest
+ state: archived
tar: orc-2.2.0.tar.gz
signed-by: William Hyun (DECDFA29)
sha256:
9a9cff7efa81c4190c1ecc69caf67607d1fddf82606cda7ff5316370bff5e5f78db39720157b4e1b4c7774db181ad16488e6f81882b6bfade6616d81275b5aa6
diff --git a/site/_posts/2025-10-01-ORC-2.2.1.md
b/site/_posts/2025-10-01-ORC-2.2.1.md
new file mode 100644
index 000000000..d5385a913
--- /dev/null
+++ b/site/_posts/2025-10-01-ORC-2.2.1.md
@@ -0,0 +1,47 @@
+---
+layout: news_item
+title: "ORC 2.2.1 Released"
+date: "2025-10-01 03:00:00 -0800"
+author: dongjoon
+version: 2.2.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.2.1.
+
+{% assign releaseName = "2.2.1" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1966]({{site.jira}}/ORC-1966): [C++] Fix ZSTD compress/decompress to
propagate errors
+- [ORC-1967]({{site.jira}}/ORC-1967): [C++] Fix Windows build
+- [ORC-1968]({{site.jira}}/ORC-1968): Upgrade commons-cli to 1.10.0
+- [ORC-1972]({{site.jira}}/ORC-1972): Upgrade ORC Format to 1.1.1
+- [ORC-1973]({{site.jira}}/ORC-1973): [C++] Use int64_t instead of
google::protobuf::int64 for Protobuf v22+
+- [ORC-1974]({{site.jira}}/ORC-1974): [C++] Use google::protobuf::TextFormat
instead of DebugString for Protobuf v30+
+- [ORC-1977]({{site.jira}}/ORC-1977): Add Deprecated annotations for all
deprecated APIs
+- [ORC-1979]({{site.jira}}/ORC-1979): Upgrade commons-csv to 1.14.1
+- [ORC-2007]({{site.jira}}/ORC-2007): Upgrade gson to 2.13.2
+- [ORC-2010]({{site.jira}}/ORC-2010): Use IANA Identifier America/Los_Angeles
instead of US/Pacific in Java
+- [ORC-2011]({{site.jira}}/ORC-2011): [C++] Fix Timezone to support legacy US
TimeZone identifiers
+- [ORC-2012]({{site.jira}}/ORC-2012): Remove US timezone workaround from
Debian 13 Docker image
+
+The test changes:
+- [ORC-1964]({{site.jira}}/ORC-1964) [CI] Fix CI ubsan-test with GNU
+- [ORC-1970]({{site.jira}}/ORC-1970) [CI] Fix cpp-linter-action to use hash tag
+- [ORC-1984]({{site.jira}}/ORC-1984) Add debian13 to docker tests, docs, and
GitHub Action
+- [ORC-1995]({{site.jira}}/ORC-1995) Add MacOS 26 to GitHub Action CI and docs
+- [ORC-1996]({{site.jira}}/ORC-1996) Remove MacOS 13 from GitHub Action CI and
docs
+
+The build and dependency changes:
+
+- [ORC-1921]({{site.jira}}/ORC-1921) Upgrade Hadoop to 3.4.2
+- [ORC-1978]({{site.jira}}/ORC-1978) Upgrade maven-enforcer-plugin to 3.6.1
+- [ORC-1980]({{site.jira}}/ORC-1980) Upgrade junit to 5.13.4
+- [ORC-1983]({{site.jira}}/ORC-1983) [C++] Upgrade gtest to 1.17.0
+- [ORC-1987]({{site.jira}}/ORC-1987) Upgrade Spark to 4.0.1 in bench module
+- [ORC-1988]({{site.jira}}/ORC-1988) Upgrade Parquet to 1.16.0 in bench module
+- [ORC-1989]({{site.jira}}/ORC-1989) Upgrade Hive to 4.1.0 in bench module
+- [ORC-1998]({{site.jira}}/ORC-1998) Use Java 25 instead of 25-ea
+- [ORC-1999]({{site.jira}}/ORC-1999) Upgrade Checkstyle to 11.0.1
+- [ORC-2003]({{site.jira}}/ORC-2003) Upgrade guava to 33.5.0-jre