You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Manish Maheshwari (JIRA)" <ji...@apache.org> on 2017/05/31 16:58:04 UTC

[jira] [Created] (IMPALA-5398) Increase Length of Summary Column in Impala Profile Summary

Manish Maheshwari created IMPALA-5398:
-----------------------------------------

             Summary: Increase Length of Summary Column in Impala Profile Summary
                 Key: IMPALA-5398
                 URL: https://issues.apache.org/jira/browse/IMPALA-5398
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.8.0
            Reporter: Manish Maheshwari
            Priority: Minor


set_max_output_width for the Operator column to 30 chars causes partial data to be printed to the query summary. 

{code}
  TablePrinter printer;
*  printer.set_max_output_width(30);*
  printer.AddColumn("Operator", true);
{code}

{code}
|  |  |  |  |  |  |  161:AG...        9    1.172ms    1.541ms        3           1    2.34 MB       10.00 MB  FINALIZE
|  |  |  |  |  |  |  160:EX...        9    5.946us   11.593us        3           1          0              0  HASH(t_69.country_name,t_69...
|  |  |  |  |  |  |  28:AGG...        9    1.047ms    2.104ms        3           1    1.34 MB       10.00 MB  STREAMING
|  |  |  |  |  |  |  27:HAS...        9    1.579ms    2.252ms        3           1    1.05 MB        11.00 B  INNER JOIN, PARTITIONED
|  |  |  |  |  |  |  |--159...        9    4.235us    7.475us        3           2          0              0  HASH(a.region_id)
|  |  |  |  |  |  |  |  25:...        2    1.250ms    1.341ms        3           2  113.00 KB      112.00 MB  bi_dw.dim_country a
{code}




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)