[
https://issues.apache.org/jira/browse/HIVE-21078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732707#comment-16732707
]
ASF GitHub Bot commented on HIVE-21078:
---------------------------------------
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
----
> Replicate column and table level statistics for unpartitioned Hive tables
> -------------------------------------------------------------------------
>
> Key: HIVE-21078
> URL: https://issues.apache.org/jira/browse/HIVE-21078
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ashutosh Bapat
> Assignee: Ashutosh Bapat
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-21078.01.patch
>
>
> This task is for replicating column and table level statistics for
> unpartitioned tables. The same for partitioned tables will be worked upon in
> a separate sub-task.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)