You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2022/12/07 17:34:30 UTC

[hive] 02/02: HIVE-26812: Compile error in hive-it-util module when itests are built separately (Alessandro Solimando reviewed by Chris Nauroth, Ayush Saxena, Stamatis Zampetakis)

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

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

commit 6bba5de9fcff5c81e203f6202c72a9f6b8c388ae
Author: Alessandro Solimando <al...@gmail.com>
AuthorDate: Tue Dec 6 19:32:44 2022 +0100

    HIVE-26812: Compile error in hive-it-util module when itests are built separately (Alessandro Solimando reviewed by Chris Nauroth, Ayush Saxena, Stamatis Zampetakis)
    
    Closes #3838
---
 itests/util/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/itests/util/pom.xml b/itests/util/pom.xml
index 4d55022272a..ed0f231aeec 100644
--- a/itests/util/pom.xml
+++ b/itests/util/pom.xml
@@ -103,6 +103,10 @@
       <artifactId>hive-exec</artifactId>
       <classifier>tests</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-jdbc</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>
       <artifactId>hive-standalone-metastore-common</artifactId>