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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16cda89  HIVE-25994: Analyze table runs into ClassNotFoundException-s 
(Alessandro Solimando reviewed by Laszlo Bodor, Peter Vary) (#3095)
16cda89 is described below

commit 16cda89b2a6655e59e2f0098c84ce431fd98ae1d
Author: Alessandro Solimando <[email protected]>
AuthorDate: Wed Mar 16 14:32:02 2022 +0100

    HIVE-25994: Analyze table runs into ClassNotFoundException-s (Alessandro 
Solimando reviewed by Laszlo Bodor, Peter Vary) (#3095)
---
 ql/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/pom.xml b/ql/pom.xml
index 50d8ec9..8ecc7dc 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -1072,6 +1072,7 @@
               <artifactSet>
                 <includes>
                   <!-- order is meant to be the same as the ant build -->
+                  <include>org.antlr:antlr-runtime</include>
                   <include>org.apache.hive:hive-common</include>
                   <include>org.apache.hive:hive-udf</include>
                   <include>org.apache.hive:hive-parser</include>

Reply via email to