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 23ff3dd4c Add ORC 1.7.11 News
23ff3dd4c is described below
commit 23ff3dd4c66fe0ace19fa6037680d068f3be1fb1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 13 08:32:24 2024 -0700
Add ORC 1.7.11 News
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2024-09-13-ORC-1.7.11.md | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 3358be19a..955df337b 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -128,9 +128,17 @@
sha256: 859d78bfded98405c32ccb2847b565a57bcc53f473a74087c1f750aeb5932e62
known-issues:
+1.7.11:
+ date: 2024-09-13
+ state: archived
+ tar: orc-1.7.11.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: ff62f0b882470529b3e2507daa4092ffdb34818c220abefb11cac443e5757236
+ known-issues:
+
1.7.10:
date: 2023-11-10
- state: stable
+ state: archived
tar: orc-1.7.10.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 85aef9368dc9bcdffaaf10010b66dfe053ce22f30b64854f63852248164686a3
diff --git a/site/_posts/2024-09-13-ORC-1.7.11.md
b/site/_posts/2024-09-13-ORC-1.7.11.md
new file mode 100644
index 000000000..807abcce4
--- /dev/null
+++ b/site/_posts/2024-09-13-ORC-1.7.11.md
@@ -0,0 +1,25 @@
+---
+layout: news_item
+title: "ORC 1.7.11 Released"
+date: "2024-09-13 03:00:00 -0800"
+author: dongjoon
+version: 1.7.11
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.7.11.
+
+{% assign releaseName = "1.7.11" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1602]({{site.jira}}/ORC-1602) [C++] limit compression block size
+- [ORC-1738]({{site.jira}}/ORC-1738) [C++] Fix wrong Int128 maximum value
+
+The 'tests' fixes:
+- [ORC-1540]({{site.jira}}/ORC-1540) Remove MacOS 11 from GitHub Action CI and
docs
+- [ORC-1556]({{site.jira}}/ORC-1556) Add `Rocky Linux 9` Docker Test
+- [ORC-1557]({{site.jira}}/ORC-1557) Add GitHub Action CI for `Docker Test`
+- [ORC-1561]({{site.jira}}/ORC-1561) Remove Java11 and clang variants from
`docker/os-list.txt` in `branch-1.7`
+- [ORC-1578]({{site.jira}}/ORC-1578) Fix `SparkBenchmark` on `sales` data
according to SPARK-40918
+- [ORC-1696]({{site.jira}}/ORC-1696) Fix ClassCastException when reading avro
decimal type in bechmark