[ https://issues.apache.org/jira/browse/HIVE-14143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359371#comment-15359371 ]
Pengcheng Xiong commented on HIVE-14143: ---------------------------------------- [~nemon], patch LGTM. Could u explain the logic behind the code that you have added/changed: {code} if (ids.size() > 0) { // Set READ_ALL_COLUMNS to false conf.setBoolean(READ_ALL_COLUMNS, false); } {code} > RawDataSize of RCFile is zero after analyze > -------------------------------------------- > > Key: HIVE-14143 > URL: https://issues.apache.org/jira/browse/HIVE-14143 > Project: Hive > Issue Type: Bug > Components: Statistics > Affects Versions: 1.2.1, 2.1.0 > Reporter: Nemon Lou > Assignee: Nemon Lou > Priority: Minor > Attachments: HIVE-14143.patch > > > After running the following analyze command ,rawDataSize becomes zero for > rcfile tables. > {noformat} > analyze table RCFILE_TABLE compute statistics ; > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)