Skip to content

Commit 98901e8

Browse files
authored
Upgrade hive to include correct loadDynamicPartitions signature (#44)
1 parent bbf7a91 commit 98901e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
<hive.group>org.apache.hive</hive.group>
129129
<hive.classifier>core</hive.classifier>
130130
<!-- Version used in Maven Hive dependency -->
131-
<hive.version>2.3.6.41</hive.version>
132-
<hive23.version>2.3.6.41</hive23.version>
131+
<hive.version>2.3.6.47</hive.version>
132+
<hive23.version>2.3.6.47</hive23.version>
133133
<!-- Version used for internal directory structure -->
134134
<hive.version.short>2.3</hive.version.short>
135135
<!-- note that this should be compatible with Kafka brokers version 0.10 and up -->
@@ -1803,7 +1803,7 @@
18031803
<groupId>${hive.group}</groupId>
18041804
<artifactId>hive-exec</artifactId>
18051805
<classifier>${hive.classifier}</classifier>
1806-
<version>2.3.6.41</version>
1806+
<version>2.3.6.47</version>
18071807
<scope>${hive.deps.scope}</scope>
18081808
<exclusions>
18091809

0 commit comments

Comments
 (0)