Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6568

The profile of all statements should contain the Query Compilation timeline

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.9.0, Impala 2.10.0, Impala 2.11.0
    • Impala 3.1.0
    • Frontend
    • ghx-label-5

    Description

      Some statements do not seem to include the "Query Compilation" timeline in the query profile.

      Repro:

      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
      

      All statements should include the planner timeline.

      Attachments

        Activity

          People

            asherman Andrew Sherman
            alex.behm Alexander Behm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: