Skip to content

Commit

Permalink
chore: add info log for logic plan built
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Oct 24, 2024
1 parent 9253e4c commit 84ea6f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/query/sql/src/planner/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ impl Planner {
if enable_planner_cache {
self.set_cache(planner_cache_key.clone().unwrap(), optimized_plan.clone());
}

info!("logical plan built, time used: {:?}", start.elapsed());
Ok(optimized_plan)
}

Expand Down

0 comments on commit 84ea6f3

Please sign in to comment.