You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2018/08/23 20:58:57 UTC

[2/6] impala git commit: IMPALA-7479: Harmonize parquet versions.

IMPALA-7479: Harmonize parquet versions.

We have a copy of parquet-avro in testdata/ that wasn't using the same
verion of parquet as everywhere else; fixing that.

I ran core tests.

Change-Id: Ia47b0871f25171510d7cb39593f3e94aadb9adeb
Reviewed-on: http://gerrit.cloudera.org:8080/11299
Reviewed-by: Michael Brown <mi...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/bb9454fc
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/bb9454fc
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/bb9454fc

Branch: refs/heads/master
Commit: bb9454fcef73d6686d3e0c03c6c69652909a8b37
Parents: 9934b47
Author: Philip Zeyliger <ph...@cloudera.com>
Authored: Wed Aug 22 14:32:59 2018 -0700
Committer: Impala Public Jenkins <im...@cloudera.com>
Committed: Thu Aug 23 18:14:41 2018 +0000

----------------------------------------------------------------------
 testdata/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/bb9454fc/testdata/pom.xml
----------------------------------------------------------------------
diff --git a/testdata/pom.xml b/testdata/pom.xml
index 22bf270..863704e 100644
--- a/testdata/pom.xml
+++ b/testdata/pom.xml
@@ -153,7 +153,7 @@ under the License.
     <dependency>
       <groupId>org.apache.parquet</groupId>
       <artifactId>parquet-avro</artifactId>
-      <version>1.8.0</version>
+      <version>${parquet.version}</version>
     </dependency>
 
     <dependency>