GitHub user ashutosh-bapat opened a pull request:
https://github.com/apache/hive/pull/511
HIVE-21078: Replicate column and table level statistics for unpartitioned
Hive tables
@maheshk114, @sankarh can you please review?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashutosh-bapat/hive hive21078
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/511.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #511
----
commit db98502a44f69f255924231b03e2145248c9be0f
Author: Ashutosh Bapat <ashutosh.bapat.oss@...>
Date: 2018-12-19T04:49:29Z
HIVE-21078: Replicate column and table level statistics for unpartitioned
Hive tables
The column statistics is included as part of the Table object during
bootstrap dump and loaded when
corresponding table is created on replica.
During incremental dump and load, UpdateTableColStats event is used to
replicate the statistics.
In both the cases, the statistics is replicated only when the data is
replicated.
Ashutosh Bapat
----
---