You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2022/08/27 03:09:00 UTC

[orc] branch branch-1.8 updated (57013bb4c -> 898c73b84)

This is an automated email from the ASF dual-hosted git repository.

william pushed a change to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


    from 57013bb4c ORC-1263: Doc: add decimal type to ORC Website
     new f2bb46348 Preparing for release 1.8.0
     new 898c73b84 Preparing branch for post 1.8.0 development

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt           |  2 +-
 java/bench/core/pom.xml  |  2 +-
 java/bench/hive/pom.xml  |  2 +-
 java/bench/pom.xml       |  2 +-
 java/bench/spark/pom.xml |  2 +-
 java/core/pom.xml        |  2 +-
 java/examples/pom.xml    |  2 +-
 java/mapreduce/pom.xml   |  2 +-
 java/pom.xml             | 12 ++++++------
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)


[orc] 02/02: Preparing branch for post 1.8.0 development

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 898c73b84e7a11ffd50c1754d6723a40170797f6
Author: William Hyun <wi...@apache.org>
AuthorDate: Fri Aug 26 20:07:52 2022 -0700

    Preparing branch for post 1.8.0 development
    
    Signed-off-by: William Hyun <wi...@apache.org>
---
 CMakeLists.txt           |  2 +-
 java/bench/core/pom.xml  |  2 +-
 java/bench/hive/pom.xml  |  2 +-
 java/bench/pom.xml       |  2 +-
 java/bench/spark/pom.xml |  2 +-
 java/core/pom.xml        |  2 +-
 java/examples/pom.xml    |  2 +-
 java/mapreduce/pom.xml   |  2 +-
 java/pom.xml             | 12 ++++++------
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65290dbe3..f89418c5d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ project(ORC C CXX)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "8")
-SET(CPACK_PACKAGE_VERSION_PATCH "0")
+SET(CPACK_PACKAGE_VERSION_PATCH "1-SNAPSHOT")
 SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules")
 
diff --git a/java/bench/core/pom.xml b/java/bench/core/pom.xml
index 29ef469fa..498644c8c 100644
--- a/java/bench/core/pom.xml
+++ b/java/bench/core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml
index cc7ae6d3c..4f55b061a 100644
--- a/java/bench/hive/pom.xml
+++ b/java/bench/hive/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 70c4149ce..8b0fe79f1 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index cddf7ce0e..9033277ac 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 90bcef770..6da5ab07a 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 4fa34dcae..bbaea6114 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index 93a3794bf..4bbdea28f 100644
--- a/java/mapreduce/pom.xml
+++ b/java/mapreduce/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index c80131cf2..6dbb481da 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.8.0</version>
+  <version>1.8.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -63,7 +63,7 @@
 
   <properties>
     <!-- Build Properties -->
-    <project.build.outputTimestamp>2022-08-27T03:02:31Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-27T03:07:00Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
@@ -611,7 +611,7 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
-        <version>1.8.0</version>
+        <version>1.8.1-SNAPSHOT</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.hadoop</groupId>
@@ -626,17 +626,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.8.0</version>
+        <version>1.8.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.8.0</version>
+        <version>1.8.1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.8.0</version>
+        <version>1.8.1-SNAPSHOT</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index 28e3dd51e..c5b88a5b7 100644
--- a/java/shims/pom.xml
+++ b/java/shims/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index d9220f35b..aafe658d0 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


[orc] 01/02: Preparing for release 1.8.0

Posted by wi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git

commit f2bb4634832b3215de67b47244d4b195628a564a
Author: William Hyun <wi...@apache.org>
AuthorDate: Fri Aug 26 20:05:09 2022 -0700

    Preparing for release 1.8.0
    
    Signed-off-by: William Hyun <wi...@apache.org>
---
 CMakeLists.txt           |  2 +-
 java/bench/core/pom.xml  |  2 +-
 java/bench/hive/pom.xml  |  2 +-
 java/bench/pom.xml       |  2 +-
 java/bench/spark/pom.xml |  2 +-
 java/core/pom.xml        |  2 +-
 java/examples/pom.xml    |  2 +-
 java/mapreduce/pom.xml   |  2 +-
 java/pom.xml             | 12 ++++++------
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8a87581c3..65290dbe3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ project(ORC C CXX)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "8")
-SET(CPACK_PACKAGE_VERSION_PATCH "0-SNAPSHOT")
+SET(CPACK_PACKAGE_VERSION_PATCH "0")
 SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules")
 
diff --git a/java/bench/core/pom.xml b/java/bench/core/pom.xml
index 6cdf70bb9..29ef469fa 100644
--- a/java/bench/core/pom.xml
+++ b/java/bench/core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml
index 939a1d828..cc7ae6d3c 100644
--- a/java/bench/hive/pom.xml
+++ b/java/bench/hive/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 9866ab17e..70c4149ce 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index d13c47418..cddf7ce0e 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 69fe1e280..90bcef770 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 7720716ac..4fa34dcae 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index c7f509e76..93a3794bf 100644
--- a/java/mapreduce/pom.xml
+++ b/java/mapreduce/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 12acbce92..c80131cf2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -63,7 +63,7 @@
 
   <properties>
     <!-- Build Properties -->
-    <project.build.outputTimestamp>2021-08-08T00:00:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-08-27T03:02:31Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
@@ -611,7 +611,7 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.hadoop</groupId>
@@ -626,17 +626,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>1.8.0</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index 28a1a6f60..28e3dd51e 100644
--- a/java/shims/pom.xml
+++ b/java/shims/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 5991406bd..d9220f35b 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>