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

sunchao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 14f7c83  HIVE-24512: Exclude calcite in packaging. (#1760)
14f7c83 is described below

commit 14f7c8335eb6a77a64a965e171819dae3f6620ba
Author: Liang-Chi Hsieh <vii...@gmail.com>
AuthorDate: Wed Dec 9 14:39:07 2020 -0800

    HIVE-24512: Exclude calcite in packaging. (#1760)
---
 packaging/src/main/assembly/bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/src/main/assembly/bin.xml 
b/packaging/src/main/assembly/bin.xml
index 84686ee..3ffd99b 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -39,6 +39,7 @@
       <useStrictFiltering>true</useStrictFiltering>
       <useTransitiveFiltering>true</useTransitiveFiltering>
       <excludes>
+        <exclude>org.apache.calcite:*</exclude>
         <exclude>org.apache.hadoop:*</exclude>
         <exclude>org.apache.hive.hcatalog:*</exclude>
         <exclude>org.slf4j:*</exclude>

Reply via email to