This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 759e86d473 DRILL-8337: Upgrade Hive libs to 3.1.3 due to
sonatype-2019-0400 (#2684)
759e86d473 is described below
commit 759e86d473b3c282a4808ae651de4514e907c54c
Author: James Turton <[email protected]>
AuthorDate: Wed Oct 19 17:33:48 2022 +0200
DRILL-8337: Upgrade Hive libs to 3.1.3 due to sonatype-2019-0400 (#2684)
---
contrib/storage-hive/core/pom.xml | 4 ++++
pom.xml | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/contrib/storage-hive/core/pom.xml
b/contrib/storage-hive/core/pom.xml
index 61b51c8ca2..a09bfb45a4 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -72,6 +72,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ </exclusion>
<exclusion>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
diff --git a/pom.xml b/pom.xml
index 723235c1fa..c3d20a8979 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,11 +75,11 @@
<logback.version>1.2.11</logback.version>
<mockito.version>3.11.2</mockito.version>
<!--
- Currently, Hive storage plugin only supports Apache Hive 3.1.2 or vendor
specific variants of the
+ Currently, Hive storage plugin only supports Apache Hive 3.1.3 or vendor
specific variants of the
Apache Hive 2.3.2. If the version is changed, make sure the jars and
their dependencies are updated,
for example parquet-hadoop-bundle and derby dependencies.
-->
- <hive.version>3.1.2</hive.version>
+ <hive.version>3.1.3</hive.version>
<hadoop.version>3.2.4</hadoop.version>
<hbase.version>2.4.9</hbase.version>
<fmpp.version>1.0</fmpp.version>