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 b19f57194 Add news for 1.8.5
b19f57194 is described below

commit b19f57194c9e6fdd1bc7ca56fa757833fb2bdb2c
Author: Gang Wu <[email protected]>
AuthorDate: Tue Sep 5 23:02:38 2023 +0800

    Add news for 1.8.5
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2023-09-05-ORC-1.8.5.md | 20 ++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 1cc041f0d..540612229 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -16,9 +16,17 @@
   sha256: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
   known-issues:
 
+1.8.5:
+  date: 2023-09-05
+  state: stable
+  tar: orc-1.8.5.tar.gz
+  signed-by: Gang Wu (578F619B)
+  sha256: 3dfb227d9810a3b62e363707bf3313477d29d54fa302f58c6becfab557705e5d
+  known-issues:
+
 1.8.4:
   date: 2023-06-14
-  state: stable
+  state: archived
   tar: orc-1.8.4.tar.gz
   signed-by: Yiqun Zhang (42E05C03)
   sha256: 1a4400c1daea0997728b5d5a2e022ea3d9389540a9551e3ee2588c2e9566c4b0
diff --git a/site/_posts/2023-09-05-ORC-1.8.5.md 
b/site/_posts/2023-09-05-ORC-1.8.5.md
new file mode 100644
index 000000000..966a2ab07
--- /dev/null
+++ b/site/_posts/2023-09-05-ORC-1.8.5.md
@@ -0,0 +1,20 @@
+---
+layout: news_item
+title: "ORC 1.8.5 Released"
+date: "2023-09-05 22:57:00 +0800"
+author: gangwu
+version: 1.8.5
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.8.5.
+
+{% assign releaseName = "1.8.5" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1315]({{site.jira}}/ORC-1315): [C++] Byte to integer conversions fail 
on platforms with unsigned char type
+- [ORC-1482]({{site.jira}}/ORC-1482): RecordReaderImpl.evaluatePredicateProto 
assumes floating point stats are always present
+
+The tasks:
+- [ORC-1489]({{site.jira}}/ORC-1489) Assign a writer id to CUDF

Reply via email to