You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Alexander Behm (JIRA)" <ji...@apache.org> on 2018/02/23 05:38:00 UTC

[jira] [Created] (IMPALA-6568) DDL statements and possibly others do not contain the Query Compilation timeline

Alexander Behm created IMPALA-6568:
--------------------------------------

             Summary: DDL statements and possibly others do not 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.11.0, Impala 2.10.0, Impala 2.9.0
            Reporter: Alexander Behm


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}



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