You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by yq...@apache.org on 2023/06/14 10:19:30 UTC

[orc] branch main updated: Add news for 1.8.4

This is an automated email from the ASF dual-hosted git repository.

yqzhang 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 04a84819f Add news for 1.8.4
04a84819f is described below

commit 04a84819fe1970b140af7adf8074dc07ae8c6bb0
Author: Yiqun Zhang <gu...@gmail.com>
AuthorDate: Wed Jun 14 18:18:11 2023 +0800

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

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index a640b9790..338f3ede0 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
+1.8.4:
+  date: 2023-06-14
+  state: latest
+  tar: orc-1.8.4.tar.gz
+  signed-by: Yiqun Zhang (42E05C03)
+  sha256: 1a4400c1daea0997728b5d5a2e022ea3d9389540a9551e3ee2588c2e9566c4b0
+  known-issues:
+
 1.8.3:
   date: 2023-03-15
-  state: latest
+  state: archived
   tar: orc-1.8.3.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: a78678ec425c8129d63370cb8a9bacb54186aa66af1e2bec01ce92e7eaf72e20
diff --git a/site/_posts/2023-06-14-ORC-1.8.4.md b/site/_posts/2023-06-14-ORC-1.8.4.md
new file mode 100644
index 000000000..dd5a1e0c0
--- /dev/null
+++ b/site/_posts/2023-06-14-ORC-1.8.4.md
@@ -0,0 +1,29 @@
+---
+layout: news_item
+title: "ORC 1.8.4 Released"
+date: "2023-06-14 17:49:00 +0800"
+author: yiqun
+version: 1.8.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.4.
+
+{% assign releaseName = "1.8.4" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1304]({{site.jira}}/ORC-1304): [C++] Fix seeking over empty PRESENT stream
+- [ORC-1400]({{site.jira}}/ORC-1400): Use Hadoop 3.3.5 on Java 17+ and benchmark
+- [ORC-1413]({{site.jira}}/ORC-1413): Fix for ORC row level filter issue with ACID table
+
+
+The test changes:
+- [ORC-1404]({{site.jira}}/ORC-1404) Bump `parquet` to 1.13.0
+- [ORC-1414]({{site.jira}}/ORC-1414) Upgrade java bench module to spark3.4
+- [ORC-1416]({{site.jira}}/ORC-1416) Upgrade Jackson dependency to 2.14.2 in bench module
+- [ORC-1420]({{site.jira}}/ORC-1420) Pin `net.bytebuddy` package to 1.12.x
+
+
+The tasks:
+- [ORC-1395]({{site.jira}}/ORC-1395) Enforce license check via github action