[ 
https://issues.apache.org/jira/browse/IMPALA-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16778711#comment-16778711
 ] 

ASF subversion and git services commented on IMPALA-8181:
---------------------------------------------------------

Commit 360f88e20709a4f1447c4997d1dc458e80874389 in impala's branch 
refs/heads/master from Paul Rogers
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=360f88e ]

IMPALA-8181: Abbreviate row counts in EXPLAIN

A recent fix added node cardinality to the standard EXPLAIN output,
displaying a large number like 123456780 as 123.46M. This patch applies
the same fix to the remaining row count numbers: metadata, extrapolated
rows, etc.

Tests:
* Rebased PlannerTest .test files as needed for the new row count
  format.
* Reran all tests to check for dependencies on the old format.

Change-Id: I08faaa9ad7b5ed42dcd7a15a333e8734bb45f10c
Reviewed-on: http://gerrit.cloudera.org:8080/12438
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Show abbreviated row counts in DESCRIBE output
> ----------------------------------------------
>
>                 Key: IMPALA-8181
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8181
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 3.1.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>
> A recent change added plan node cardinality to the DESCRIBE output using a 
> "metric" format: 123.46M instead of 123456789. This makes the output easier 
> to read. Also, since all numbers are estimate, having seven or eight digits 
> of precision is not very helpful.
> This ticket requests that the same formatting be used for the other places 
> where the DESCRIBE output shows row counts: table stats, extrapolated row 
> count, partition row counts, and so on.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to