You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2023/03/26 07:53:44 UTC

[parquet-mr] branch parquet-1.12.4 updated (58c5c261b -> 22069e584)

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

gangwu pushed a change to branch parquet-1.12.4
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


    from 58c5c261b Update CHANGES.md for 1.12.4 release
     new 75e416005 Add default surefire.argLine to fix build
     new 22069e584 [maven-release-plugin] prepare release apache-parquet-1.12.4-rc0

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:
 parquet-arrow/pom.xml             | 2 +-
 parquet-avro/pom.xml              | 2 +-
 parquet-benchmarks/pom.xml        | 2 +-
 parquet-cli/pom.xml               | 2 +-
 parquet-column/pom.xml            | 2 +-
 parquet-common/pom.xml            | 2 +-
 parquet-encoding/pom.xml          | 2 +-
 parquet-format-structures/pom.xml | 2 +-
 parquet-generator/pom.xml         | 2 +-
 parquet-hadoop-bundle/pom.xml     | 2 +-
 parquet-hadoop/pom.xml            | 2 +-
 parquet-jackson/pom.xml           | 2 +-
 parquet-pig-bundle/pom.xml        | 2 +-
 parquet-pig/pom.xml               | 2 +-
 parquet-protobuf/pom.xml          | 2 +-
 parquet-scala/pom.xml             | 2 +-
 parquet-thrift/pom.xml            | 2 +-
 pom.xml                           | 5 +++--
 18 files changed, 20 insertions(+), 19 deletions(-)


[parquet-mr] 01/02: Add default surefire.argLine to fix build

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

gangwu pushed a commit to branch parquet-1.12.4
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 75e416005f054d7c2ba182906eb18f7134cef709
Author: Gang Wu <us...@gmail.com>
AuthorDate: Sun Mar 26 15:44:26 2023 +0800

    Add default surefire.argLine to fix build
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f1da6ee64..5edd51e74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
 
     <!-- properties for the profiles -->
     <surefire.logLevel>INFO</surefire.logLevel>
+    <surefire.argLine></surefire.argLine>
 
     <!-- Resource intesive tests are enabled by default but disabled in the CI envrionment -->
     <enableResourceIntensiveTests>true</enableResourceIntensiveTests>


[parquet-mr] 02/02: [maven-release-plugin] prepare release apache-parquet-1.12.4-rc0

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

gangwu pushed a commit to branch parquet-1.12.4
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 22069e58494e7cb5d50e664c7ffa1cf1468404f8
Author: Gang Wu <us...@gmail.com>
AuthorDate: Sun Mar 26 15:53:36 2023 +0800

    [maven-release-plugin] prepare release apache-parquet-1.12.4-rc0
---
 parquet-arrow/pom.xml             | 2 +-
 parquet-avro/pom.xml              | 2 +-
 parquet-benchmarks/pom.xml        | 2 +-
 parquet-cli/pom.xml               | 2 +-
 parquet-column/pom.xml            | 2 +-
 parquet-common/pom.xml            | 2 +-
 parquet-encoding/pom.xml          | 2 +-
 parquet-format-structures/pom.xml | 2 +-
 parquet-generator/pom.xml         | 2 +-
 parquet-hadoop-bundle/pom.xml     | 2 +-
 parquet-hadoop/pom.xml            | 2 +-
 parquet-jackson/pom.xml           | 2 +-
 parquet-pig-bundle/pom.xml        | 2 +-
 parquet-pig/pom.xml               | 2 +-
 parquet-protobuf/pom.xml          | 2 +-
 parquet-scala/pom.xml             | 2 +-
 parquet-thrift/pom.xml            | 2 +-
 pom.xml                           | 6 +++---
 18 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/parquet-arrow/pom.xml b/parquet-arrow/pom.xml
index 81d6e7ab4..3755ccf63 100644
--- a/parquet-arrow/pom.xml
+++ b/parquet-arrow/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index c4d12e484..66eee4b72 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-benchmarks/pom.xml b/parquet-benchmarks/pom.xml
index 673ff86c6..7594a3a82 100644
--- a/parquet-benchmarks/pom.xml
+++ b/parquet-benchmarks/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index f81979348..607181dfb 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-column/pom.xml b/parquet-column/pom.xml
index 664a6be14..f1d1c8399 100644
--- a/parquet-column/pom.xml
+++ b/parquet-column/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-common/pom.xml b/parquet-common/pom.xml
index 1a0f2f9f5..dcf87afce 100644
--- a/parquet-common/pom.xml
+++ b/parquet-common/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-encoding/pom.xml b/parquet-encoding/pom.xml
index 2b27c19ea..8b0fdc37b 100644
--- a/parquet-encoding/pom.xml
+++ b/parquet-encoding/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-format-structures/pom.xml b/parquet-format-structures/pom.xml
index ce72ed535..176e08276 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -24,7 +24,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <artifactId>parquet-format-structures</artifactId>
diff --git a/parquet-generator/pom.xml b/parquet-generator/pom.xml
index a39370da1..16e12a71e 100644
--- a/parquet-generator/pom.xml
+++ b/parquet-generator/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-hadoop-bundle/pom.xml b/parquet-hadoop-bundle/pom.xml
index d15792f24..10b8c511c 100644
--- a/parquet-hadoop-bundle/pom.xml
+++ b/parquet-hadoop-bundle/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml
index ce476a15f..c5cf91088 100644
--- a/parquet-hadoop/pom.xml
+++ b/parquet-hadoop/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-jackson/pom.xml b/parquet-jackson/pom.xml
index 812183281..c41235d4a 100644
--- a/parquet-jackson/pom.xml
+++ b/parquet-jackson/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-pig-bundle/pom.xml b/parquet-pig-bundle/pom.xml
index 63661d497..e4425d1e7 100644
--- a/parquet-pig-bundle/pom.xml
+++ b/parquet-pig-bundle/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-pig/pom.xml b/parquet-pig/pom.xml
index 87f37333d..c2b1426e9 100644
--- a/parquet-pig/pom.xml
+++ b/parquet-pig/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml
index 2b8dbc3ba..c6d88cf3f 100644
--- a/parquet-protobuf/pom.xml
+++ b/parquet-protobuf/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-scala/pom.xml b/parquet-scala/pom.xml
index 4420cfe2c..3cf731088 100644
--- a/parquet-scala/pom.xml
+++ b/parquet-scala/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml
index e30b5d43a..9bca27ae9 100644
--- a/parquet-thrift/pom.xml
+++ b/parquet-thrift/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.parquet</groupId>
     <artifactId>parquet</artifactId>
     <relativePath>../pom.xml</relativePath>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.12.4</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 5edd51e74..0415a4b61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
   <groupId>org.apache.parquet</groupId>
   <artifactId>parquet</artifactId>
-  <version>1.13.0-SNAPSHOT</version>
+  <version>1.12.4</version>
   <packaging>pom</packaging>
 
   <name>Apache Parquet MR</name>
@@ -20,7 +20,7 @@
     <connection>scm:git:git@github.com:apache/parquet-mr.git</connection>
     <url>scm:git:git@github.com:apache/parquet-mr.git</url>
     <developerConnection>scm:git:git@github.com:apache/parquet-mr.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>apache-parquet-1.12.4-rc0</tag>
   </scm>
 
   <licenses>
@@ -111,7 +111,7 @@
 
     <!-- properties for the profiles -->
     <surefire.logLevel>INFO</surefire.logLevel>
-    <surefire.argLine></surefire.argLine>
+    <surefire.argLine />
 
     <!-- Resource intesive tests are enabled by default but disabled in the CI envrionment -->
     <enableResourceIntensiveTests>true</enableResourceIntensiveTests>