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

kgyrtkirk 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 28b6384  HIVE-23847: Extracting hive-parser module broke exec jar 
upload in tez (#1252)
28b6384 is described below

commit 28b6384e9ba287188015418b4c38c85dfdde8133
Author: Antal Sinkovits <antal.sinkov...@gmail.com>
AuthorDate: Sun Aug 2 21:41:06 2020 +0200

    HIVE-23847: Extracting hive-parser module broke exec jar upload in tez 
(#1252)
---
 ql/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/pom.xml b/ql/pom.xml
index 12b08ec..acd9bc1 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -1040,6 +1040,7 @@
                   <!-- order is meant to be the same as the ant build -->
                   <include>org.apache.hive:hive-common</include>
                   <include>org.apache.hive:hive-udf</include>
+                  <include>org.apache.hive:hive-parser</include>
                   <include>org.apache.hive:hive-exec</include>
                   <include>org.apache.hive:hive-serde</include>
                   <include>org.apache.hive:hive-llap-common</include>

Reply via email to