[
https://issues.apache.org/jira/browse/HIVE-6285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15070275#comment-15070275
]
Pengcheng Xiong commented on HIVE-6285:
---------------------------------------
[~navis] and [~haroon], are you guys still able to reproduce the problem? In my
case. both CLI and beeline works well.
Here is the results for beeline:
{code}
CREATE TABLE `colors`(`c` char(20));
insert into colors values ('green');
desc extended colors;
It shows:
parameters:{numFiles=1, transient_lastDdlTime=1450910401,
COLUMN_STATS_ACCURATE=true, totalSize=21, numRows=1, rawDataSize=20},
{code}
> DESCRIBE EXTENDED shows numRows as zero
> ---------------------------------------
>
> Key: HIVE-6285
> URL: https://issues.apache.org/jira/browse/HIVE-6285
> Project: Hive
> Issue Type: Bug
> Components: CLI, HiveServer2
> Affects Versions: 0.12.0
> Reporter: Haroon
>
> Running DESCRIBE EXTENDED always shows numRows as zero.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)