Repository: hive Updated Branches: refs/heads/branch-1.2 78bfc3a6d -> 0d7cca1e3
HIVE-10372: Update parquet version to 1.6.0 (Ferdinand via Xuefu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/0d7cca1e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/0d7cca1e Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/0d7cca1e Branch: refs/heads/branch-1.2 Commit: 0d7cca1e32ce56a19fb4a36a67dd608d4b689889 Parents: 78bfc3a Author: Xuefu Zhang <xzhang@xzlt> Authored: Mon Apr 27 06:35:44 2015 -0700 Committer: Sushanth Sowmyan <[email protected]> Committed: Mon Apr 27 16:05:26 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/0d7cca1e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9a1dae9..a795605 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ <mockito-all.version>1.9.5</mockito-all.version> <mina.version>2.0.0-M5</mina.version> <netty.version>4.0.23.Final</netty.version> - <parquet.version>1.6.0rc6</parquet.version> + <parquet.version>1.6.0</parquet.version> <pig.version>0.12.0</pig.version> <protobuf.version>2.5.0</protobuf.version> <stax.version>1.0.1</stax.version>
