Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0, Impala 2.10.0, Impala 2.11.0
-
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.