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 38c2fd361 Add news for 2.0.4
38c2fd361 is described below

commit 38c2fd361fd13c2f1ebe0664030d1b291353d117
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Mar 20 08:28:38 2025 -0700

    Add news for 2.0.4
---
 site/_data/releases.yml             | 10 +++++++++-
 site/_posts/2025-03-20-ORC-2.0.4.md | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 1 deletion(-)

diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 73cb875b0..c181ef17c 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -16,9 +16,17 @@
   sha256: 1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
   known-issues:
 
+2.0.4:
+  date: 2025-03-20
+  state: stable
+  tar: orc-2.0.4.tar.gz
+  signed-by: Dongjoon Hyun (34F0FC5C)
+  sha256: 9525a76fae64a6da2a29adba36474c2ef863d042a394b78a9873d591649b7f0a
+  known-issues:
+
 2.0.3:
   date: 2024-11-14
-  state: stable
+  state: archived
   tar: orc-2.0.3.tar.gz
   signed-by: Dongjoon Hyun (34F0FC5C)
   sha256: 082cba862b5a8a0d14c225404d0b51cd8d1b64ca81b8f1e500322ce8922cb86d
diff --git a/site/_posts/2025-03-20-ORC-2.0.4.md 
b/site/_posts/2025-03-20-ORC-2.0.4.md
new file mode 100644
index 000000000..138478277
--- /dev/null
+++ b/site/_posts/2025-03-20-ORC-2.0.4.md
@@ -0,0 +1,37 @@
+---
+layout: news_item
+title: "ORC 2.0.4 Released"
+date: "2025-03-20 00:00:00 0000"
+author: dongjoon
+version: 2.0.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v2.0.4.
+
+{% assign releaseName = "2.0.4" %}
+{% include release_description.md %}
+
+The improvements (tools):
+- [ORC-1848]({{site.jira}}/ORC-1848) PrintData tool add parameter description
+
+The bug fixes:
+- [ORC-1813]({{site.jira}}/ORC-1813) [C++] Fix has_null forward compatibility
+
+The test changes:
+- [ORC-1853]({{site.jira}}/ORC-1853) Rename class TesScanData to TestScanData
+- [ORC-1855]({{site.jira}}/ORC-1855) Add Amazon Linux 2023 and Corretto to 
docker tests and CI
+
+The build and dependency changes:
+- [ORC-1709]({{site.jira}}/ORC-1709) Upgrade GitHub Action setup-java to v4 
and use built-in cache feature
+- [ORC-1804]({{site.jira}}/ORC-1804) Upgrade parquet to 1.14.4 in bench module
+- [ORC-1810]({{site.jira}}/ORC-1810) [C++] Add environment variable 
ORC_FORMAT_URL
+- [ORC-1811]({{site.jira}}/ORC-1811) Use the recommended closer.lua URL to 
download ORC format
+- [ORC-1812]({{site.jira}}/ORC-1812) Upgrade parquet to 1.15.0 in bench module
+- [ORC-1814]({{site.jira}}/ORC-1814) Use Ubuntu 24.04/Jekyll 4.3/Rouge 4.5 to 
generate website
+- [ORC-1837]({{site.jira}}/ORC-1837) Remove commons-csv from parent pom.xml
+- [ORC-1847]({{site.jira}}/ORC-1847) Upgrade Hive to 4.0.1 in bench module
+- [ORC-1851]({{site.jira}}/ORC-1851) Upgrade zstd-jni to 1.5.6-10
+
+The tasks:
+- [ORC-1815]({{site.jira}}/ORC-1815) Remove broken people.apache.org links

Reply via email to