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-format.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ec67e2  Set the project name to Apache ORC Format
1ec67e2 is described below

commit 1ec67e2e9c45abdcf0fe6cbc399150ffb8996146
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 6 01:19:35 2023 -0800

    Set the project name to Apache ORC Format
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9895ccc..c1fa75a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <version>1.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
-    <name>Apache ORC</name>
+    <name>Apache ORC Format</name>
     <description>ORC is a self-describing type-aware columnar file format 
designed
         for Hadoop workloads. It is optimized for large streaming reads,
         but with integrated support for finding required rows

Reply via email to