You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/02/01 18:43:35 UTC

[iceberg] branch master updated: Hive: Update to 2.3.8 (#2110)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 99df4cc  Hive: Update to 2.3.8 (#2110)
99df4cc is described below

commit 99df4cc902df8197ed4b45cca98330c178005b34
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon Feb 1 19:43:24 2021 +0100

    Hive: Update to 2.3.8 (#2110)
---
 build.gradle   | 3 +++
 versions.props | 9 +++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index c2af7ca..fd716e1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -529,6 +529,9 @@ project(':iceberg-mr') {
     compileOnly("org.apache.hive:hive-metastore")
     compileOnly("org.apache.hive:hive-serde")
 
+    testCompile "org.apache.calcite:calcite-core"
+    testCompile "org.apache.calcite:calcite-druid"
+
     testCompile project(path: ':iceberg-data', configuration: 'testArtifacts')
     testCompile project(path: ':iceberg-api', configuration: 'testArtifacts')
     testCompile project(path: ':iceberg-core', configuration: 'testArtifacts')
diff --git a/versions.props b/versions.props
index 6123fe9..55aa5dd 100644
--- a/versions.props
+++ b/versions.props
@@ -1,9 +1,10 @@
 org.slf4j:* = 1.7.25
 org.apache.avro:avro = 1.9.2
+org.apache.calcite:* = 1.10.0
 org.apache.flink:* = 1.11.0
 org.apache.hadoop:* = 2.7.3
-org.apache.hive:hive-metastore = 2.3.7
-org.apache.hive:hive-serde = 2.3.7
+org.apache.hive:hive-metastore = 2.3.8
+org.apache.hive:hive-serde = 2.3.8
 org.apache.orc:* = 1.6.7
 org.apache.parquet:* = 1.11.1
 org.apache.spark:spark-hive_2.11 = 2.4.7
@@ -25,8 +26,8 @@ io.quarkus:* = 1.9.1.Final
 # test deps
 junit:junit = 4.12
 org.mockito:mockito-core = 1.10.19
-org.apache.hive:hive-exec = 2.3.7
-org.apache.hive:hive-service = 2.3.7
+org.apache.hive:hive-exec = 2.3.8
+org.apache.hive:hive-service = 2.3.8
 org.apache.tez:tez-dag = 0.8.4
 org.apache.tez:tez-mapreduce = 0.8.4
 com.adobe.testing:s3mock-junit4 = 2.1.28