From ff8ac3e0c26aad803a6a31da547b774430d5010e Mon Sep 17 00:00:00 2001 From: Marton Bod Date: Fri, 19 Nov 2021 16:18:45 +0100 Subject: [PATCH] Build: add missing hive version variable in hive3 build file (#3583) --- hive3/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive3/build.gradle b/hive3/build.gradle index 40ea6c23aa7d..75743d9df7da 100644 --- a/hive3/build.gradle +++ b/hive3/build.gradle @@ -90,7 +90,7 @@ project(':iceberg-hive3') { testImplementation("org.apache.calcite:calcite-core") testImplementation("com.esotericsoftware:kryo-shaded:4.0.2") testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.6.5") - testImplementation("org.apache.hive:hive-service:3.1.2") { + testImplementation("org.apache.hive:hive-service:${hiveVersion}") { exclude group: 'org.apache.hive', module: 'hive-exec' exclude group: 'org.apache.orc' }