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 6858c9010 Add news for 1.8.1
6858c9010 is described below
commit 6858c9010082a8b988fd7a49a08433d68deb7924
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 2 14:29:11 2022 -0800
Add news for 1.8.1
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2022-12-02-ORC-1.8.1.md | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index bf0b4d8b7..e84883001 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.1:
+ date: 2022-12-02
+ state: latest
+ tar: orc-1.8.1.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: ba5877bd737e1fbc69822d3861b8e84854640bf2439b7ddad536d6303dd3638d
+ known-issues:
+
1.8.0:
date: 2022-09-03
- state: latest
+ state: archived
tar: orc-1.8.0.tar.gz
signed-by: William Hyun (DECDFA29)
sha256: 859d78bfded98405c32ccb2847b565a57bcc53f473a74087c1f750aeb5932e62
diff --git a/site/_posts/2022-12-02-ORC-1.8.1.md
b/site/_posts/2022-12-02-ORC-1.8.1.md
new file mode 100644
index 000000000..41ec98603
--- /dev/null
+++ b/site/_posts/2022-12-02-ORC-1.8.1.md
@@ -0,0 +1,36 @@
+---
+layout: news_item
+title: "ORC 1.8.1 Released"
+date: "2022-12-02 03:00:00 -0800"
+author: dongjoon
+version: 1.8.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.1.
+
+{% assign releaseName = "1.8.1" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1283]({{site.jira}}/ORC-1283) ENABLE_INDEXES does not take effect
+- [ORC-1288]({{site.jira}}/ORC-1288) Invalid memory freeing with ZLIB
compression
+- [ORC-1291]({{site.jira}}/ORC-1291) NullPointerException in TypeDescription
+
+The improvements:
+- [ORC-1268]({{site.jira}}/ORC-1268) Set CMP0135 policy for CMake 3.24+
+- [ORC-1282]({{site.jira}}/ORC-1282) Add slf4j impl to avoid warning message
+- [ORC-1294]({{site.jira}}/ORC-1294) Build error when skip tests build
+- [ORC-1295]({{site.jira}}/ORC-1295) Improve ORC Spec example (Decoding RLE v2
direct)
+- [ORC-1299]({{site.jira}}/ORC-1299) benchmark can't work for data resource 403
+- [ORC-1305]({{site.jira}}/ORC-1305) Add more orc java examples
+- [ORC-1308]({{site.jira}}/ORC-1308) Avoid star import
+
+The test changes:
+- [ORC-1290]({{site.jira}}/ORC-1290) Bump spotbugs to 4.7.3
+- [ORC-1300]({{site.jira}}/ORC-1300) Update Spark to 3.3.1 and its dependencies
+
+The tasks:
+- [ORC-1269]({{site.jira}}/ORC-1269) Remove FindBugs
+- [ORC-1270]({{site.jira}}/ORC-1270) Move opencsv dependency to the tools
module
+- [ORC-1292]({{site.jira}}/ORC-1292) Add paragraph in java documentation