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 b8a46d7fc Add news for 2.1.3
b8a46d7fc is described below
commit b8a46d7fce1e85fd95d744e0e2efd1fa16d7c483
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jul 9 08:58:05 2025 -0700
Add news for 2.1.3
---
site/_data/releases.yml | 10 ++++++++-
site/_posts/2025-07-09-ORC-2.1.3.md | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 88925997e..d9a7ef804 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.1.3:
+ date: 2025-05-09
+ state: latest
+ tar: orc-2.1.3.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256:
75f3a876eb520ec8327c275ee179027427ee77dc8105d773c6a415031b9bd74e41213a8b8f0dafb0a32318b26450002e843d764f8b8e46479e16147675b4eaca
+ known-issues:
+
2.1.2:
date: 2025-05-06
- state: latest
+ state: archived
tar: orc-2.1.2.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 55451e65dea6ed42afb39fe33a88f9dcea8928dca0a0c9c23ef5545587810b4c
diff --git a/site/_posts/2025-07-09-ORC-2.1.3.md
b/site/_posts/2025-07-09-ORC-2.1.3.md
new file mode 100644
index 000000000..0c295a199
--- /dev/null
+++ b/site/_posts/2025-07-09-ORC-2.1.3.md
@@ -0,0 +1,43 @@
+---
+layout: news_item
+title: "ORC 2.1.3 Released"
+date: "2025-07-09 03:00:00 -0800"
+author: dongjoon
+version: 2.1.3
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.1.3.
+
+{% assign releaseName = "2.1.3" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1898]({{site.jira}}/ORC-1898): When column is all null,
NULL_SAFE_EQUALS pushdown doesn't get evaluated correctly
+- [ORC-1929]({{site.jira}}/ORC-1929): Fix the Javadoc of `ZstdCodec.compress`
+- [ORC-1942]({{site.jira}}/ORC-1942): Fix `PhysicalFsWriter` to change
`tempOptions` directly
+
+The improvement changes:
+- [ORC-1931]({{site.jira}}/ORC-1931): Suppress Hadoop logs lower than ERROR
level in `orc-tools`
+
+The test changes:
+- [ORC-1899]({{site.jira}}/ORC-1899) Upgrade Spark to 4.0.0 and Scala to
2.13.16
+- [ORC-1900]({{site.jira}}/ORC-1900) Upgrade Jackson to 2.18.2 in bench module
+- [ORC-1907]({{site.jira}}/ORC-1907) Upgrade `byte-buddy` to 1.17.5
+- [ORC-1908]({{site.jira}}/ORC-1908) Add `--enable-native-access=ALL-UNNAMED`
to Surefire argLine
+- [ORC-1909]({{site.jira}}/ORC-1909) Remove unused test resource
`log4j.properties` files
+- [ORC-1910]({{site.jira}}/ORC-1910) Add `-XX:+EnableDynamicAgentLoading` to
Surefire argLine
+- [ORC-1911]({{site.jira}}/ORC-1911) Update CIs to use `actions/checkout@v4`
consistently
+- [ORC-1915]({{site.jira}}/ORC-1915) Remove `Fedora 35` Support
+- [ORC-1917]({{site.jira}}/ORC-1917) Add `TestConf` interface to centralize
test configurations
+- [ORC-1923]({{site.jira}}/ORC-1923) Remove `Windows 2019` GitHub Action job
+- [ORC-1943]({{site.jira}}/ORC-1943) Add
`com.google.protobuf.use_unsafe_pre22_gencode` to Surefire testing
+- [ORC-1944]({{site.jira}}/ORC-1944) Upgrade `spotbugs` to 4.9.3
+- [ORC-1945]({{site.jira}}/ORC-1945) Update Python documentation with PyArrow
20.0.0 and Dask 2025.5.1
+
+The build and dependency changes:
+
+- [ORC-1896]({{site.jira}}/ORC-1896) Add `CMAKE_POLICY_VERSION_MINIMUM=3.12`
to `ThirdpartyToolchain.cmake`
+- [ORC-1901]({{site.jira}}/ORC-1901) Remove `threeten-extra` exclusion in
`enforceBytecodeVersion` rule
+- [ORC-1914]({{site.jira}}/ORC-1914) Ensure `Annotation Processing` in `core`
module compilation
+- [ORC-1934]({{site.jira}}/ORC-1934) Upgrade `protobuf-java` to 3.25.8