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 ce363b757 Update date for 2.1.4
ce363b757 is described below
commit ce363b757f0849279c07cd868651ae607562de0a
Author: William Hyun <[email protected]>
AuthorDate: Sat Jan 10 14:23:51 2026 +0900
Update date for 2.1.4
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2026-01-09-ORC-2.1.4.md | 26 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 59b54a71a..c1eea68fa 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -16,9 +16,17 @@
sha256:
9a9cff7efa81c4190c1ecc69caf67607d1fddf82606cda7ff5316370bff5e5f78db39720157b4e1b4c7774db181ad16488e6f81882b6bfade6616d81275b5aa6
known-issues:
+2.1.4:
+ date: 2026-01-10
+ state: stable
+ tar: orc-2.1.4.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: c3481370582dea9248f7f0a9a68fa417f687a9178e798424200cb58e802f8fcc
+ known-issues:
+
2.1.3:
date: 2025-07-09
- state: stable
+ state: archived
tar: orc-2.1.3.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256:
75f3a876eb520ec8327c275ee179027427ee77dc8105d773c6a415031b9bd74e41213a8b8f0dafb0a32318b26450002e843d764f8b8e46479e16147675b4eaca
diff --git a/site/_posts/2026-01-09-ORC-2.1.4.md
b/site/_posts/2026-01-09-ORC-2.1.4.md
new file mode 100644
index 000000000..8e97d1311
--- /dev/null
+++ b/site/_posts/2026-01-09-ORC-2.1.4.md
@@ -0,0 +1,26 @@
+---
+layout: news_item
+title: "ORC 2.1.4 Released"
+date: "2026-01-09 01:00:00 +0800"
+author: william
+version: 2.1.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.1.4.
+
+{% assign releaseName = "2.1.4" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1892]({{site.jira}}/ORC-1892): Upgrade `snappy` to 1.2.2
+- [ORC-1893]({{site.jira}}/ORC-1893): Upgrade `zstd` to 1.5.7
+- [ORC-1952]({{site.jira}}/ORC-1952): [C++] Fix the issue where the value of
headerThirdByte exceeds the valid byte range
+- [ORC-1973]({{site.jira}}/ORC-1973): Use `int64_t` instead of
`google::protobuf::int64` for Protobuf v22+
+- [ORC-1974]({{site.jira}}/ORC-1974): Use `google::protobuf::TextFormat`
instead of `DebugString` for Protobuf v30+
+- [ORC-2010]({{site.jira}}/ORC-2010): Use `IANA` Identifier
`America/Los_Angeles` instead of `US/Pacific` in Java
+- [ORC-2027]({{site.jira}}/ORC-2027): Undefined behavior in
DoubleColumnReader::readFloat()
+
+The test changes:
+- [ORC-1970]({{site.jira}}/ORC-1970): [CI] Update cpp-linter-action to
f91c446a32ae3eb9f98fef8c9ed4c7cb613a4f8a
+- [ORC-1996]({{site.jira}}/ORC-1996): Remove `MacOS 13` from GitHub Action CI
and docs