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

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


The following commit(s) were added to refs/heads/master by this push:
     new f086d5c  IMPALA-10462: Include org/apache/hive/hadoop/common/type/* in 
impala-minimal-hive-exec
f086d5c is described below

commit f086d5c6f9e11da8b67ca1697fa51cdc16f3cceb
Author: Joe McDonnell <joemcdonn...@cloudera.com>
AuthorDate: Thu Jan 28 10:21:33 2021 -0800

    IMPALA-10462: Include org/apache/hive/hadoop/common/type/* in 
impala-minimal-hive-exec
    
    With newer versions of Iceberg, TestIcebergTable::test_create_iceberg_tables
    fails with ClassNotFoundException for 
org.apache.hive.hadoop.common.type.Date.
    This adds that missing location to the impala-minimal-hive-exec.
    
    Testing:
     - Ran TestIcebergTable::test_create_iceberg_tables with newer Iceberg
    
    Change-Id: I3fc33ff17489c2bd54d2ec8798ec7a3e5cfb051c
    Reviewed-on: http://gerrit.cloudera.org:8080/17005
    Reviewed-by: Csaba Ringhofer <csringho...@cloudera.com>
    Tested-by: Joe McDonnell <joemcdonn...@cloudera.com>
---
 java/shaded-deps/hive-exec/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/shaded-deps/hive-exec/pom.xml 
b/java/shaded-deps/hive-exec/pom.xml
index 191e153..6c6d070 100644
--- a/java/shaded-deps/hive-exec/pom.xml
+++ b/java/shaded-deps/hive-exec/pom.xml
@@ -86,6 +86,7 @@ the same dependencies
               <artifact>org.apache.hive:hive-exec</artifact>
               <includes>
                 <include>org/apache/hadoop/hive/conf/**/*</include>
+                <include>org/apache/hadoop/hive/common/type/*</include>
                 <include>org/apache/hadoop/hive/common/FileUtils*</include>
                 <include>org/apache/hive/common/util/TxnIdUtils*</include>
                 <!-- Needed to support describe formatted command compat with 
Hive -->

Reply via email to