mirror of
https://github.com/apache/impala.git
synced 2025-12-30 03:01:44 -05:00
HIVE-15653 is a Hive Metastore bug that results in ALTER TABLE commands wiping the table stats of unpartitioned tables. Until the Hive bug is fixed, this patch adds a workaround to Impala that forces the Metastore to preserve the table stats. Testing: Private core/hdfs run passed. Change-Id: Ic191c765f73624bc716badadd7215c8dca9d6b1f Reviewed-on: http://gerrit.cloudera.org:8080/5731 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Impala Public Jenkins