You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alex Rodoni (JIRA)" <ji...@apache.org> on 2018/04/16 22:59:00 UTC

[jira] [Closed] (IMPALA-6464) Impala 2.12 & 3.0 Docs: Extend "compute stats" syntax to support a list of columnss

     [ https://issues.apache.org/jira/browse/IMPALA-6464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rodoni closed IMPALA-6464.
-------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.12.0
                   Impala 3.0

> Impala 2.12 & 3.0 Docs: Extend "compute stats" syntax to support a list of columnss
> -----------------------------------------------------------------------------------
>
>                 Key: IMPALA-6464
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6464
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Docs
>    Affects Versions: Impala 3.0, Impala 2.12.0
>            Reporter: Alex Rodoni
>            Assignee: Alex Rodoni
>            Priority: Major
>             Fix For: Impala 3.0, Impala 2.12.0
>
>
> * Modifies COMPUTE STATS for the non-incremental case. 
>  The change allows an optional column list to be specified for a given table. 
>  Example: compute stats my_table (col_1, col_2) ... 
>  The column list specifies which columns will have stats computed. If a column is specified that is invalid, an error will be returned. Invalid columns are ones that are not part of the specified table, are a complex type, or for hdfs tables, are a partitioning key. If no columns are specified, e.g., "( )", stats will not be computed for any columns.
>   
> https://gerrit.cloudera.org/#/c/10070/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)