You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2016/10/05 22:49:20 UTC

[jira] [Created] (HIVE-14897) Stats collection on non-primitive column fails

Ashutosh Chauhan created HIVE-14897:
---------------------------------------

             Summary: Stats collection on non-primitive column fails
                 Key: HIVE-14897
                 URL: https://issues.apache.org/jira/browse/HIVE-14897
             Project: Hive
          Issue Type: Bug
          Components: Statistics
            Reporter: Ashutosh Chauhan


create table t1 (data struct<name:string, id: string>);
analyze table t1 compute statistics for columns;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)