mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
We create a minimal-impala-hive-exec.jar based on Hive's hive-exec.jar: https://github.com/apache/impala/blob/master/java/shaded-deps/hive-exec/pom.xml#L34 This excludes lots of class files, including org/apache/hive/common/package-info.class that is used by HiveVersionAnnotation and HiveVersionInfo classes. Because of this HiveVersionInfo returns "Unknown" version resulting in failing Iceberg operations. Change-Id: I444330a654d7d86e653588eb91d2f063d5be8c08 Reviewed-on: http://gerrit.cloudera.org:8080/20340 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>