From 706a2dbe802a1aced701572fa6e335b9c7d16c46 Mon Sep 17 00:00:00 2001 From: Matt Darwin Date: Thu, 2 Aug 2018 17:23:49 +0100 Subject: [PATCH 1/4] upgrading guava to 25.1, hadoop to 2.7.7, fastutil to 8.2.1, slf4j to 1.7.25 and snappy to 1.1.7.2 --- parquet-hadoop/pom.xml | 2 +- pom.xml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/parquet-hadoop/pom.xml b/parquet-hadoop/pom.xml index 98972a2357..6a243be448 100644 --- a/parquet-hadoop/pom.xml +++ b/parquet-hadoop/pom.xml @@ -76,7 +76,7 @@ org.xerial.snappy snappy-java - 1.1.2.6 + 1.1.7.2 jar compile diff --git a/pom.xml b/pom.xml index 7b3f36fe5b..23aae9b1af 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 1.9.13 org.codehaus.jackson shaded.parquet - 2.7.3 + 2.7.7 1.2.1 2.7.1 3.1.2 @@ -92,11 +92,11 @@ h2 0.10.0 0.9.3 - 7.0.13 + 8.2.1 0.9.33 - 1.7.22 + 1.7.25 1.8.2 - 20.0 + 25.1-jre 0.1.1 1.10.19 @@ -213,13 +213,13 @@ - + org.apache.maven.plugins maven-resources-plugin 2.7 - + maven-enforcer-plugin 1.3.1 @@ -373,7 +373,7 @@ - + org.apache.maven.plugins maven-resources-plugin @@ -388,8 +388,8 @@ true - - + + org.apache.maven.plugins From 6203fc7c7d2c9dc7b740708ff0f3373d08adef6c Mon Sep 17 00:00:00 2001 From: Matt Darwin Date: Fri, 3 Aug 2018 10:49:06 +0100 Subject: [PATCH 2/4] fixed compilation error due to deprecated guava class --- .../main/java/org/apache/parquet/cli/util/Expressions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parquet-cli/src/main/java/org/apache/parquet/cli/util/Expressions.java b/parquet-cli/src/main/java/org/apache/parquet/cli/util/Expressions.java index 06b28b46ae..d18ef559f2 100644 --- a/parquet-cli/src/main/java/org/apache/parquet/cli/util/Expressions.java +++ b/parquet-cli/src/main/java/org/apache/parquet/cli/util/Expressions.java @@ -19,7 +19,7 @@ package org.apache.parquet.cli.util; -import com.google.common.base.Objects; +import com.google.common.base.MoreObjects; import com.google.common.base.Preconditions; import com.google.common.collect.Lists; import org.apache.avro.Schema; @@ -385,7 +385,7 @@ public int hashCode() { @Override public String toString() { - return Objects.toStringHelper(this) + return MoreObjects.toStringHelper(this) .add("type", type) .add("value", value) .add("children", children) From c29f5601047422c545c22557f38419324d0b24e9 Mon Sep 17 00:00:00 2001 From: Matt Darwin Date: Mon, 6 Aug 2018 14:30:31 +0100 Subject: [PATCH 3/4] upgrading elephant bird /twitter from 4.4 to 4.17 --- parquet-protobuf/pom.xml | 2 +- parquet-thrift/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml index b6f4627b16..07ef056ed3 100644 --- a/parquet-protobuf/pom.xml +++ b/parquet-protobuf/pom.xml @@ -30,7 +30,7 @@ jar - 4.4 + 4.17 3.5.1 protoc diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml index 51a6b9b17f..e8c68d20cf 100644 --- a/parquet-thrift/pom.xml +++ b/parquet-thrift/pom.xml @@ -33,7 +33,7 @@ https://parquet.apache.org - 4.4 + 4.17 From 3c636bdede889da68c8d2e05b91efb4e660a0361 Mon Sep 17 00:00:00 2001 From: Matt Darwin Date: Mon, 6 Aug 2018 15:04:01 +0100 Subject: [PATCH 4/4] reverting previous change --- parquet-protobuf/pom.xml | 2 +- parquet-thrift/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parquet-protobuf/pom.xml b/parquet-protobuf/pom.xml index 07ef056ed3..b6f4627b16 100644 --- a/parquet-protobuf/pom.xml +++ b/parquet-protobuf/pom.xml @@ -30,7 +30,7 @@ jar - 4.17 + 4.4 3.5.1 protoc diff --git a/parquet-thrift/pom.xml b/parquet-thrift/pom.xml index e8c68d20cf..51a6b9b17f 100644 --- a/parquet-thrift/pom.xml +++ b/parquet-thrift/pom.xml @@ -33,7 +33,7 @@ https://parquet.apache.org - 4.17 + 4.4