liuyao has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/16947 )

Change subject: IMPALA-10435: Extend 'compute incremental stats' syntax to 
support a list of columns
......................................................................


Patch Set 3:

I have added test cases.
    Compute incremental stats (partition1) (col1,col2)
    Compute incremental stats (partition2) (col1,col3)
    Check the statistics, col2 only has partition1 statistics. The ndv
    of col2 will be smaller than the full table, because this table has
    many partitions. ndv and other statistics are correct.

    Compute incremental stats (partition2) (col2)
    Check the statistics, col2 has the statistics of partition1 and
    partition2. The ndv of col2 will increase, and the ndv and other
    statistics are correct.


--
To view, visit http://gerrit.cloudera.org:8080/16947
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4dcc2d4458679c39581446f6d87bb7903803f09b
Gerrit-Change-Number: 16947
Gerrit-PatchSet: 3
Gerrit-Owner: liuyao <liu...@sensorsdata.cn>
Gerrit-Reviewer: Alex Behm <alex.b...@cloudera.com>
Gerrit-Reviewer: Aman Sinha <amsi...@cloudera.com>
Gerrit-Reviewer: Bikramjeet Vig <bikramjeet....@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Reviewer: Vuk Ercegovac <vercego...@cloudera.com>
Gerrit-Reviewer: liuyao <liu...@sensorsdata.cn>
Gerrit-Comment-Date: Wed, 20 Jan 2021 08:02:33 +0000
Gerrit-HasComments: No

Reply via email to