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 574b012 Update site for 1.6.12
574b012 is described below
commit 574b0120ccf0de613b91adae236648f65c89b452
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Nov 7 19:56:14 2021 -0800
Update site for 1.6.12
---
site/_data/releases.yml | 11 +++++++++-
...11-07-ORC-1.7.1.md => 2021-11-07-ORC-1.6.12.md} | 24 ++++++----------------
site/_posts/2021-11-07-ORC-1.7.1.md | 4 ++--
3 files changed, 18 insertions(+), 21 deletions(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 8d52321..65a0ac4 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -18,9 +18,18 @@
known-issues:
ORC-1002: Add java17 profile
+1.6.12:
+ date: 2021-11-07
+ state: stable
+ tar: orc-1.6.12.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: ff69f9e0b5b01dfc6ef596e83bc12913875ad977af415d7592f9df5b405b8148
+ known-issues:
+ ORC-1041: Use memcpy during LZO decompression
+
1.6.11:
date: 2021-09-15
- state: stable
+ state: archived
tar: orc-1.6.11.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 67c17c012bd588fc5e8195b23fe92c2cb59aa6e20d57ed3dceb3a5f0b0b4c459
diff --git a/site/_posts/2021-11-07-ORC-1.7.1.md
b/site/_posts/2021-11-07-ORC-1.6.12.md
similarity index 50%
copy from site/_posts/2021-11-07-ORC-1.7.1.md
copy to site/_posts/2021-11-07-ORC-1.6.12.md
index 926f621..325ffb0 100644
--- a/site/_posts/2021-11-07-ORC-1.7.1.md
+++ b/site/_posts/2021-11-07-ORC-1.6.12.md
@@ -1,38 +1,26 @@
---
layout: news_item
-title: "ORC 1.7.1 Released"
-date: "2021-11-07 03:00:00 -0800"
+title: "ORC 1.6.12 Released"
+date: "2021-11-07 02:00:00 -0800"
author: dongjoon
-version: 1.7.1
+version: 1.6.12
categories: [release]
---
-The ORC team is excited to announce the release of ORC v1.7.1.
+The ORC team is excited to announce the release of ORC v1.6.12.
-{% assign releaseName = "1.7.1" %}
+{% assign releaseName = "1.6.12" %}
{% include release_description.md %}
-The bug fixes of ORC 1.7:
+The bug fixes of ORC 1.6.12:
-- [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 `[email protected]` 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
-
diff --git a/site/_posts/2021-11-07-ORC-1.7.1.md
b/site/_posts/2021-11-07-ORC-1.7.1.md
index 926f621..4e3cd32 100644
--- a/site/_posts/2021-11-07-ORC-1.7.1.md
+++ b/site/_posts/2021-11-07-ORC-1.7.1.md
@@ -26,12 +26,12 @@ The bug fixes of ORC 1.7:
- [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-1032]({{site.jira}}/ORC-1032) Bump parquet.version from 1.12.0 to 1.12.2
- [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-1039]({{site.jira}}/ORC-1039) Make FileDump.recoverFile handle side
files only if they exist
- [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