This is an automated email from the ASF dual-hosted git repository.
gangwu 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 63a020dde Add news for 1.8.8
63a020dde is described below
commit 63a020dde3405930b40563b4ccc1500a563f0629
Author: Gang Wu <[email protected]>
AuthorDate: Mon Nov 11 22:25:00 2024 +0800
Add news for 1.8.8
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2024-11-11-ORC-1.8.8.md | 23 +++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 955df337b..bdab3ae94 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -64,9 +64,17 @@
sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
known-issues:
+1.8.8:
+ date: 2024-11-11
+ state: stable
+ tar: orc-1.8.8.tar.gz
+ signed-by: Gang Wu (8A461DF4)
+ sha256: eca12a9139c0889d11ef1ecc8f273ccb0ef5d19df70d61cb732194d806db026b
+ known-issues:
+
1.8.7:
date: 2024-04-14
- state: stable
+ state: archived
tar: orc-1.8.7.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 57c9d12bf74b2752b1ce1039c15035c3b6f6531d865df962a99b3e079b3dfdb7
diff --git a/site/_posts/2024-11-11-ORC-1.8.8.md
b/site/_posts/2024-11-11-ORC-1.8.8.md
new file mode 100644
index 000000000..e286d9a83
--- /dev/null
+++ b/site/_posts/2024-11-11-ORC-1.8.8.md
@@ -0,0 +1,23 @@
+---
+layout: news_item
+title: "ORC 1.8.8 Released"
+date: "2024-11-11 22:00:00 +0800"
+author: wgtmac
+version: 1.8.8
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.8.
+
+{% assign releaseName = "1.8.8" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1528]({{site.jira}}/ORC-1696): Fix ClassCastException when reading avro
decimal type in benchmark
+- [ORC-1602]({{site.jira}}/ORC-1738): [C++] Wrong Int128 maximum value
+
+The test changes:
+- [ORC-1556]({{site.jira}}/ORC-1793) Upgrade Spark to 3.4.4
+
+The tasks:
+- [ORC-1536]({{site.jira}}/ORC-1540) Remove MacOS 11 from GitHub Action CI