You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/01/14 00:57:56 UTC

[orc] branch main updated: MINOR: Add news for 1.8.2

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 3b885877f MINOR: Add news for 1.8.2
3b885877f is described below

commit 3b885877f83af6197fb33ace9d5a9be0540b1df1
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Jan 13 16:57:46 2023 -0800

    MINOR: Add news for 1.8.2
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2023-01-13-ORC-1.8.2.md | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index e84883001..a4719aefd 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.2:
+  date: 2023-01-13
+  state: latest
+  tar: orc-1.8.2.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 5e14501212abcb739ab0f3bdedf230c47e5138d9bf9f0e89e9a84b18bd084052
+  known-issues:
+
 1.8.1:
   date: 2022-12-02
-  state: latest
+  state: archived
   tar: orc-1.8.1.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: ba5877bd737e1fbc69822d3861b8e84854640bf2439b7ddad536d6303dd3638d
diff --git a/site/_posts/2023-01-13-ORC-1.8.2.md b/site/_posts/2023-01-13-ORC-1.8.2.md
new file mode 100644
index 000000000..15f8ec5bf
--- /dev/null
+++ b/site/_posts/2023-01-13-ORC-1.8.2.md
@@ -0,0 +1,40 @@
+---
+layout: news_item
+title: "ORC 1.8.2 Released"
+date: "2023-01-13 03:00:00 -0800"
+author: dongjoon
+version: 1.8.2
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.2.
+
+{% assign releaseName = "1.8.2" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1332]({{site.jira}}/ORC-1332) Avoid NegativeArraySizeException when using searchArgument
+- [ORC-1343]({{site.jira}}/ORC-1343) Disable ENABLE_INDEXES
+
+The improvements:
+- [ORC-1327]({{site.jira}}/ORC-1327) Exclude the proto files from the nohive jar
+- [ORC-1328]({{site.jira}}/ORC-1328) Exclude the proto files from the shaded protobuf jar
+- [ORC-1329]({{site.jira}}/ORC-1329) Add OrcConf.getStringAsList method
+- [ORC-1338]({{site.jira}}/ORC-1338) Set bloom filter fpp to 1%
+- [ORC-1342]({{site.jira}}/ORC-1342) Publish SBOM artifacts
+- [ORC-1344]({{site.jira}}/ORC-1344) Skip SBOM generation during CMake
+- [ORC-1345]({{site.jira}}/ORC-1345) Use makeBom and skip snapshot check in GitHub Action publish_snapshot job
+
+The test changes:
+- [ORC-1323]({{site.jira}}/ORC-1323) Make docker/reinit.sh support target OS arguments
+- [ORC-1330]({{site.jira}}/ORC-1330) Add TestOrcConf
+- [ORC-1339]({{site.jira}}/ORC-1339) Remove orc.sarg.to.filter default value assumption in test cases
+- [ORC-1350]({{site.jira}}/ORC-1350) Upgrade setup-java to v3
+
+The tasks:
+- [ORC-1331]({{site.jira}}/ORC-1331) Improve PyArrow page
+- [ORC-1336]({{site.jira}}/ORC-1336) Protect .asf.yaml, api, ORC-Deep-Dive-2020.pptx files in website
+- [ORC-1337]({{site.jira}}/ORC-1337) Make .htaccess up to date
+- MINOR: Add .swp to .gitignore
+- MINOR: Link to Apache ORC orc_proto instead of Hive one
+- MINOR: Update DOAP file