You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2021/08/26 14:51:18 UTC

[hive] branch master updated (7de9fb9 -> 708f34b)

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

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


    from 7de9fb9  HIVE-25329: CTAS creates a managed table as non-ACID table (#2477) (Robbie Zhang reviewed by Laszlo Bodor)
     add 708f34b  HIVE-25286: Set stats to inaccurate when an Iceberg table is modified outside Hive (Peter Vary reviewed by Marton Bod)

No new revisions were added by this update.

Summary of changes:
 data/conf/hive-site.xml                            |  10 +-
 data/conf/iceberg/hive-site.xml                    |   9 +-
 .../apache/iceberg/hive/HiveTableOperations.java   |   8 ++
 .../hive/HiveIcebergStorageHandlerTestUtils.java   |   6 ++
 .../iceberg/mr/hive/TestHiveIcebergStatistics.java | 114 ++++++++++++++++++---
 .../apache/hadoop/hive/common/StatsSetupConst.java |   2 +-
 6 files changed, 130 insertions(+), 19 deletions(-)