Skip to content

Commit

Permalink
Build: add missing hive version variable in hive3 build file (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marton-bod authored Nov 19, 2021
1 parent 3b2c32d commit ff8ac3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit ff8ac3e

Please sign in to comment.