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 f68c2cb01 Add news for 1.9.2
f68c2cb01 is described below
commit f68c2cb0180298691a1c9958572d6e9fddb0d2ae
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 10 03:07:57 2023 -0800
Add news for 1.9.2
---
site/_data/releases.yml | 10 +++++++++-
site/_posts/2023-11-10-ORC-1.9.2.md | 40 +++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 6c465fd17..cf4e060dc 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,8 +1,16 @@
# List the releases in reverse logical order
# Only one release should be tagged latest
+1.9.2:
+ date: 2023-11-10
+ state: latest
+ tar: orc-1.9.2.tar.gz
+ signed-by: Dongjoon Hyun (34F0FC5C)
+ sha256: 7f46f2c184ecefd6791f1a53fb062286818bd8710c3f08b94dd3cac365e240ee
+ known-issues:
+
1.9.1:
date: 2023-08-16
- state: latest
+ state: archived
tar: orc-1.9.1.tar.gz
signed-by: Dongjoon Hyun (34F0FC5C)
sha256: 804492c6562516f9501994e10bf9864f3828d659381b9200f0de8be37d001626
diff --git a/site/_posts/2023-11-10-ORC-1.9.2.md
b/site/_posts/2023-11-10-ORC-1.9.2.md
new file mode 100644
index 000000000..232fae70b
--- /dev/null
+++ b/site/_posts/2023-11-10-ORC-1.9.2.md
@@ -0,0 +1,40 @@
+---
+layout: news_item
+title: "ORC 1.9.2 Released"
+date: "2023-11-10 00:00:00 0000"
+author: dongjoon
+version: 1.9.2
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.9.2.
+
+{% assign releaseName = "1.9.2" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1475]({{site.jira}}/ORC-1475) [C++] Fix the failure of UT when char is
unsigned
+- [ORC-1480]({{site.jira}}/ORC-1480) [C++] Fix build break w/
BUILD_CPP_ENABLE_METRICS=ON
+- [ORC-1482]({{site.jira}}/ORC-1482) Adaptation to read ORC files created by
CUDF
+- [ORC-1489]({{site.jira}}/ORC-1489) Assign a writer id to CUDF
+- [ORC-1525]({{site.jira}}/ORC-1525) Fix bad read in RleDecoderV2::readByte
+
+The test changes:
+- [ORC-1431]({{site.jira}}/ORC-1431) Use parquet to 1.13.1 in bench module
+- [ORC-1454]({{site.jira}}/ORC-1454) Update Spark to 3.4.1
+- [ORC-1487]({{site.jira}}/ORC-1487) Enable checkstyle on src/test with
checkstyle-suppressions.xml
+- [ORC-1498]({{site.jira}}/ORC-1498) Add Debian 12 Docker test
+- [ORC-1502]({{site.jira}}/ORC-1502) Upgrade Maven to 3.9.4
+- [ORC-1505]({{site.jira}}/ORC-1505) Upgrade Spark to 3.5.0
+- [ORC-1511]({{site.jira}}/ORC-1511) Bump Avro to 1.11.3 in bench module
+- [ORC-1513]({{site.jira}}/ORC-1513) Upgrade snappy-java to 1.1.10.4 in bench
module
+- [ORC-1517]({{site.jira}}/ORC-1517) Bump snappy-java to 1.1.10.5 in bench
module
+
+The tasks:
+- [ORC-1497]({{site.jira}}/ORC-1497) Bump maven-enforcer-plugin to 3.4.0
+- [ORC-1499]({{site.jira}}/ORC-1499) Add MacOS 13 and 14 to building.md
+- [ORC-1507]({{site.jira}}/ORC-1507) Use Zulu JDK distribution and switch from
21-ea to 21
+- [ORC-1518]({{site.jira}}/ORC-1518) Remove findbugs folders
+
+Documentation:
+- [ORC-1503]({{site.jira}}/ORC-1503) Updated README.md with Maven version 3.9.4