You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Andrew Sherman (JIRA)" <ji...@apache.org> on 2018/09/14 16:17:00 UTC

[jira] [Resolved] (IMPALA-6568) The profile of all statements should contain the Query Compilation timeline

     [ https://issues.apache.org/jira/browse/IMPALA-6568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Sherman resolved IMPALA-6568.
------------------------------------
    Resolution: Fixed

> The profile of all statements should contain the Query Compilation timeline
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-6568
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6568
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 2.9.0, Impala 2.10.0, Impala 2.11.0
>            Reporter: Alexander Behm
>            Assignee: Andrew Sherman
>            Priority: Major
>              Labels: supportability
>
> Some statements do not seem to include the "Query Compilation" timeline in the query profile.
> Repro:
> {code}
> create table t (i int);
> describe t; <-- loads the table, but no FE timeline in profile
> invalidate metadata t;
> alter table t set tbproperties('numRows'='10'); <-- loads the table, but no FE timeline in profile
> {code}
> All statements should include the planner timeline.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org