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 2021/11/07 20:47:00 UTC

[orc] branch main updated: Update site for 1.7.1

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 08e7ffe  Update site for 1.7.1
08e7ffe is described below

commit 08e7ffedc867514b94c0bb850bb5f09c9e5af869
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Nov 7 12:46:27 2021 -0800

    Update site for 1.7.1
---
 site/_data/releases.yml             | 11 ++++++++++-
 site/_posts/2021-11-07-ORC-1.7.1.md | 38 +++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 11f341c..8d52321 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,8 +1,17 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
+1.7.1:
+  date: 2021-11-07
+  state: latest
+  tar: orc-1.7.1.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 65d71e571238cbcb7c3cbb9a10f7ad988f452d17c58479154be3b9d6ec27d005
+  known-issues:
+    ORC-1041: Use memcpy during LZO decompression
+
 1.7.0:
   date: 2021-09-15
-  state: latest
+  state: archived
   tar: orc-1.7.0.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: cab8cea768b391b173ad5ba839baf20ba9abc42570e3d661783c9c52e0430ab3
diff --git a/site/_posts/2021-11-07-ORC-1.7.1.md b/site/_posts/2021-11-07-ORC-1.7.1.md
new file mode 100644
index 0000000..926f621
--- /dev/null
+++ b/site/_posts/2021-11-07-ORC-1.7.1.md
@@ -0,0 +1,38 @@
+---
+layout: news_item
+title: "ORC 1.7.1 Released"
+date: "2021-11-07 03:00:00 -0800"
+author: dongjoon
+version: 1.7.1
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.7.1.
+
+{% assign releaseName = "1.7.1" %}
+{% include release_description.md %}
+
+The bug fixes of ORC 1.7:
+
+- [ORC-879]({{site.jira}}/ORC-879) Flaky Test for TestJsonReader
+- [ORC-1000]({{site.jira}}/ORC-1000) Use Java 17 in GitHub Action
+- [ORC-1002]({{site.jira}}/ORC-1002) Add java17 profile for Java17 unit testing
+- [ORC-1008]({{site.jira}}/ORC-1008) Overflow detection code is incorrect in IntegerColumnStatisticsImpl
+- [ORC-1009]({{site.jira}}/ORC-1009) [C++] Missing string include causes build failure with MSVC++
+- [ORC-1010]({{site.jira}}/ORC-1010) Bump tzdata from tzdata-2020e-1.tar.xz to tzdata-2021b-1.tar.xz
+- [ORC-1011]({{site.jira}}/ORC-1011) Activate `java17` profile automatically
+- [ORC-1015]({{site.jira}}/ORC-1015) Update OrcFile.WriterOptions::memory javadoc
+- [ORC-1016]({{site.jira}}/ORC-1016) Use `openssl@1.1` in GitHub Action MacOS CIs
+- [ORC-1024]({{site.jira}}/ORC-1024) BloomFilter hash computation is inconsistent between Java and C++ clients
+- [ORC-1029]({{site.jira}}/ORC-1029) Could not load 'org.apache.orc.DataMask.Provider' when using orc encryption and spark executor with multi cores!
+- [ORC-1030]({{site.jira}}/ORC-1030) Java Tools Recover File command does not accurately find OrcFile.MAGIC
+- [ORC-1034]({{site.jira}}/ORC-1034) The search byte array algorithm is incorrectly implemented in FileDump.java
+- [ORC-1035]({{site.jira}}/ORC-1035) `backupDataPath` may be incorrect in recoverFile
+- [ORC-1039]({{site.jira}}/ORC-1039) Make FileDump.recoverFile handle side files only if they exist
+- [ORC-1032]({{site.jira}}/ORC-1032) Bump parquet.version from 1.12.0 to 1.12.2
+- [ORC-1036]({{site.jira}}/ORC-1036) Due to tzdata upgrade, the fixed download links in CI are often not working
+- [ORC-1037]({{site.jira}}/ORC-1037) Bump spark.version from 3.1.2 to 3.2.0
+- [ORC-1040]({{site.jira}}/ORC-1040) Add Debian 11 docker test
+- [ORC-1042]({{site.jira}}/ORC-1042) Ignore unused-function C++ compile warning on CentOS 7
+- [ORC-1043]({{site.jira}}/ORC-1043) Fix C++ conversion compilation error in CentOS 7
+