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

kgyrtkirk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 5bc50f6  HIVE-23961:Enable external table replication by default 
(Aasha Medhi, reviewed by Pravin Kumar Sinha)
     add e800aff  HIVE-23959: Provide an option to wipe out column stats for 
partitioned tables in case of column removal (#1341) (Zoltan Haindrich reviewed 
by Peter Vary))

No new revisions were added by this update.

Summary of changes:
 .../hcatalog/listener/DummyRawStoreFailEvent.java  |   5 +
 .../colstats_remove_on_col_replace.q               |  25 +++
 .../colstats_remove_on_col_replace2.q              |  13 ++
 .../llap/colstats_remove_on_col_replace.q.out      | 232 +++++++++++++++++++++
 .../llap/colstats_remove_on_col_replace2.q.out     | 117 +++++++++++
 .../hadoop/hive/metastore/conf/MetastoreConf.java  |   6 +
 .../hadoop/hive/metastore/HiveAlterHandler.java    |  39 ++--
 .../hadoop/hive/metastore/MetaStoreDirectSql.java  |  57 +++--
 .../apache/hadoop/hive/metastore/ObjectStore.java  |  73 +++++++
 .../org/apache/hadoop/hive/metastore/RawStore.java |   2 +
 .../hadoop/hive/metastore/cache/CachedStore.java   |   9 +-
 .../metastore/DummyRawStoreControlledCommit.java   |   6 +
 .../metastore/DummyRawStoreForJdoConnection.java   |   6 +
 13 files changed, 560 insertions(+), 30 deletions(-)
 create mode 100644 
ql/src/test/queries/clientpositive/colstats_remove_on_col_replace.q
 create mode 100644 
ql/src/test/queries/clientpositive/colstats_remove_on_col_replace2.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/colstats_remove_on_col_replace.q.out
 create mode 100644 
ql/src/test/results/clientpositive/llap/colstats_remove_on_col_replace2.q.out

Reply via email to