Skip to content

Commit c1fd0fd

Browse files
committed
Add news for 1.8.10
1 parent 0d4597a commit c1fd0fd

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

site/_data/releases.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,17 @@
128128
sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
129129
known-issues:
130130

131+
1.8.10:
132+
date: 2025-06-26
133+
state: stable
134+
tar: orc-1.8.10.tar.gz
135+
signed-by: Dongjoon Hyun (34F0FC5C)
136+
sha256: c204243c55d34d83a1577c347b5450eb58ece9e91f6a0eaab2842d9ed3b1503a
137+
known-issues:
138+
131139
1.8.9:
132140
date: 2025-05-06
133-
state: stable
141+
state: archived
134142
tar: orc-1.8.9.tar.gz
135143
signed-by: Gang Wu (8A461DF4)
136144
sha256: 66343dc6832beda96b118bd78e74b079b20e4fda756d98c498db92d8bfc4c639
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: news_item
3+
title: "ORC 1.8.10 Released"
4+
date: "2025-06-26 03:00:00 -0800"
5+
author: dongjoon
6+
version: 1.8.10
7+
categories: [release]
8+
---
9+
10+
The ORC team is excited to announce the release of ORC v1.8.10.
11+
12+
{% assign releaseName = "1.8.10" %}
13+
{% include release_description.md %}
14+
15+
The bug fixes:
16+
- [ORC-1898]({{site.jira}}/ORC-1898): When column is all null, NULL_SAFE_EQUALS pushdown doesn't get evaluated correctly
17+
18+
The test changes:
19+
- [ORC-1909]({{site.jira}}/ORC-1909) Remove unused test resource log4j.properties files
20+
- [ORC-1923]({{site.jira}}/ORC-1923) Remove Windows 2019 GitHub Action job

0 commit comments

Comments
 (0)