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 d193d130e Add news for 1.8.7
d193d130e is described below

commit d193d130eb94cd2ee737423cc2f09a00d0035ebb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Apr 14 05:54:30 2024 -0700

    Add news for 1.8.7
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2024-04-14-ORC-1.8.7.md | 29 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index e4f0fc360..11b92362b 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -40,9 +40,17 @@
   sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
   known-issues:
 
+1.8.7:
+  date: 2024-04-14
+  state: stable
+  tar: orc-1.8.7.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 57c9d12bf74b2752b1ce1039c15035c3b6f6531d865df962a99b3e079b3dfdb7
+  known-issues:
+
 1.8.6:
   date: 2023-11-10
-  state: stable
+  state: archived
   tar: orc-1.8.6.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: 5675b18118df4dd7f86cc6ba859ed75b425ea1b7ddff805e1d671a17fd57d7f7
diff --git a/site/_posts/2024-04-14-ORC-1.8.7.md 
b/site/_posts/2024-04-14-ORC-1.8.7.md
new file mode 100644
index 000000000..fd659c632
--- /dev/null
+++ b/site/_posts/2024-04-14-ORC-1.8.7.md
@@ -0,0 +1,29 @@
+---
+layout: news_item
+title: "ORC 1.8.7 Released"
+date: "2024-04-14 03:00:00 -0800"
+author: dongjoon
+version: 1.8.7
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.7.
+
+{% assign releaseName = "1.8.7" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1528]({{site.jira}}/ORC-1528): Fix readBytes potential overflow in 
RecordReaderUtils.ChunkReader#create
+- [ORC-1602]({{site.jira}}/ORC-1602): [C++] limit compression block size
+
+The test changes:
+- [ORC-1556]({{site.jira}}/ORC-1556) Add Rocky Linux 9 Docker Test
+- [ORC-1557]({{site.jira}}/ORC-1557) Add GitHub Action CI for Docker Test
+- [ORC-1560]({{site.jira}}/ORC-1560) Remove Java11 and clang variants from 
docker/os-list.txt in branch-1.8
+- [ORC-1562]({{site.jira}}/ORC-1562) Bump guava to 33.0.0-jre
+- [ORC-1578]({{site.jira}}/ORC-1578) Fix SparkBenchmark on sales data 
according to SPARK-40918
+- [ORC-1621]({{site.jira}}/ORC-1621) Switch to oraclelinux9 from rocky9
+
+The documentations:
+- [ORC-1536]({{site.jira}}/ORC-1536) Remove hive-storage-api link from 
maven-javadoc-plugin
+- [ORC-1563]({{site.jira}}/ORC-1563) Fix orc.bloom.filter.fpp default value 
and orc.compress notes of Spark and Hive config docs

Reply via email to