This is an automated email from the ASF dual-hosted git repository.
william 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 76bd353dc Add ORC 1.9.4 News
76bd353dc is described below
commit 76bd353dc53032b26a12241b282cdc846daa3d78
Author: William Hyun <[email protected]>
AuthorDate: Tue Jul 16 19:46:34 2024 -0700
Add ORC 1.9.4 News
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2024-07-16-ORC-1.9.4.md | 25 +++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 4a598ffb4..f03cc2d80 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -16,9 +16,17 @@
sha256: 9107730919c29eb39efaff1b9e36166634d1d4d9477e5fee76bfd6a8fec317df
known-issues:
+1.9.4:
+ date: 2024-07-16
+ state: stable
+ tar: orc-1.9.4.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: d9a6bcc00e07a6e54d81ce380134e495ed0fc0d9dc1988d4d52125c9def097fd
+ known-issues:
+
1.9.3:
date: 2024-03-20
- state: stable
+ state: archived
tar: orc-1.9.3.tar.gz
signed-by: Gang Wu (578F619B)
sha256: f737d005d0c4deb65688ac3c0223ed530b0ba6258552555b2774dcdb77359b0f
diff --git a/site/_posts/2024-07-16-ORC-1.9.4.md
b/site/_posts/2024-07-16-ORC-1.9.4.md
new file mode 100644
index 000000000..7cbca043d
--- /dev/null
+++ b/site/_posts/2024-07-16-ORC-1.9.4.md
@@ -0,0 +1,25 @@
+---
+layout: news_item
+title: "ORC 1.9.4 Released"
+date: "2024-07-16 03:00:00 -0800"
+author: william
+version: 1.9.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.9.4.
+
+{% assign releaseName = "1.9.4" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1696]({{site.jira}}/ORC-1696) Fix ClassCastException when reading avro
decimal type in bechmark
+- [ORC-1721]({{site.jira}}/ORC-1721) Upgrade `aircompressor` to 0.27
+- [ORC-1738]({{site.jira}}/ORC-1738) Wrong Int128 maximum value
+
+The test changes:
+- [ORC-1619]({{site.jira}}/ORC-1619) Add `MacOS 14` to GitHub Action
+- [ORC-1699]({{site.jira}}/ORC-1699) Fix SparkBenchmark in Parquet format
according to SPARK-40918
+
+The task changes:
+- [ORC-1540]({{site.jira}}/ORC-1540) Remove MacOS 11 from GitHub Action CI