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 2023/01/16 21:22:03 UTC

[orc] branch branch-1.7 updated (ead7ecd37 -> 3b8693add)

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

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


    from ead7ecd37 ORC-1343: Disable ENABLE_INDEXES
     new 7072f2bb3 Preparing for release 1.7.8
     new 3b8693add Preparing branch for 1.7.9 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             | 10 +++++-----
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)


[orc] 02/02: Preparing branch for 1.7.9 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.7
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 3b8693add8fde6e29b01d4d4e7730207ddaaaa41
Author: William Hyun <wi...@apache.org>
AuthorDate: Mon Jan 16 13:20:17 2023 -0800

    Preparing branch for 1.7.9 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             | 10 +++++-----
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 75570a742..b9ad16bad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ project(ORC C CXX)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "7")
-SET(CPACK_PACKAGE_VERSION_PATCH "8")
+SET(CPACK_PACKAGE_VERSION_PATCH "9-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 1fc4e742c..b503ac99d 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml
index f385f8190..79c9e93bc 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index a66042210..88bc7b0fd 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index 7dbd49a82..e38d92999 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/core/pom.xml b/java/core/pom.xml
index fd10ae97d..221995734 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index a41b45b75..250e582ea 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index 1e0d8e70b..adbf9f8cf 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 16ae6897f..fe10cf42e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.7.8</version>
+  <version>1.7.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -630,7 +630,7 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
-        <version>1.7.8</version>
+        <version>1.7.9-SNAPSHOT</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.hadoop</groupId>
@@ -645,17 +645,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.7.8</version>
+        <version>1.7.9-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.7.8</version>
+        <version>1.7.9-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.7.8</version>
+        <version>1.7.9-SNAPSHOT</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index 428f87525..962b0fba5 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 9472a1eb0..d785291d9 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.7.8</version>
+    <version>1.7.9-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 


[orc] 01/02: Preparing for release 1.7.8

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.7
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 7072f2bb3dd5cfe712267b33445c7bab3baec694
Author: William Hyun <wi...@apache.org>
AuthorDate: Mon Jan 16 13:18:13 2023 -0800

    Preparing for release 1.7.8
    
    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             | 10 +++++-----
 java/shims/pom.xml       |  2 +-
 java/tools/pom.xml       |  2 +-
 11 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 37c471fe2..75570a742 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ project(ORC C CXX)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "7")
-SET(CPACK_PACKAGE_VERSION_PATCH "8-SNAPSHOT")
+SET(CPACK_PACKAGE_VERSION_PATCH "8")
 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 1f55251b2..1fc4e742c 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml
index 6a6ac005b..f385f8190 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index e53a407b1..a66042210 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index baa95f492..7dbd49a82 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 049920a51..fd10ae97d 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 0eb814d3b..a41b45b75 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index a68ce864e..1e0d8e70b 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index c92b74e14..16ae6897f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.7.8-SNAPSHOT</version>
+  <version>1.7.8</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -630,7 +630,7 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
-        <version>1.7.8-SNAPSHOT</version>
+        <version>1.7.8</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.hadoop</groupId>
@@ -645,17 +645,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.7.8-SNAPSHOT</version>
+        <version>1.7.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.7.8-SNAPSHOT</version>
+        <version>1.7.8</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.7.8-SNAPSHOT</version>
+        <version>1.7.8</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index 0e05c18d4..428f87525 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 977049fa3..9472a1eb0 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.7.8-SNAPSHOT</version>
+    <version>1.7.8</version>
     <relativePath>../pom.xml</relativePath>
   </parent>