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 c1fd0fd30 Add news for 1.8.10
c1fd0fd30 is described below

commit c1fd0fd300dc66f6abef9963cdf2c676c91ab42d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jun 26 18:44:09 2025 -0700

    Add news for 1.8.10
---
 site/_data/releases.yml              | 10 +++++++++-
 site/_posts/2025-06-26-ORC-1.8.10.md | 20 ++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 3f58c7930..8bbab425f 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -128,9 +128,17 @@
   sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
   known-issues:
 
+1.8.10:
+  date: 2025-06-26
+  state: stable
+  tar: orc-1.8.10.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: c204243c55d34d83a1577c347b5450eb58ece9e91f6a0eaab2842d9ed3b1503a
+  known-issues:
+
 1.8.9:
   date: 2025-05-06
-  state: stable
+  state: archived
   tar: orc-1.8.9.tar.gz
   signed-by: Gang Wu (8A461DF4)
   sha256: 66343dc6832beda96b118bd78e74b079b20e4fda756d98c498db92d8bfc4c639
diff --git a/site/_posts/2025-06-26-ORC-1.8.10.md 
b/site/_posts/2025-06-26-ORC-1.8.10.md
new file mode 100644
index 000000000..cd4b388cc
--- /dev/null
+++ b/site/_posts/2025-06-26-ORC-1.8.10.md
@@ -0,0 +1,20 @@
+---
+layout: news_item
+title: "ORC 1.8.10 Released"
+date: "2025-06-26 03:00:00 -0800"
+author: dongjoon
+version: 1.8.10
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.10.
+
+{% assign releaseName = "1.8.10" %}
+{% 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
+
+The test changes:
+- [ORC-1909]({{site.jira}}/ORC-1909) Remove unused test resource 
log4j.properties files
+- [ORC-1923]({{site.jira}}/ORC-1923) Remove Windows 2019 GitHub Action job

Reply via email to