PhysicalPlanner¶
PhysicalPlanner is a new planner (alongside ExecutionPlanner) that EngineExecutor uses for persistent queries when ksql.new.query.planner.enabled is enabled.
Building Physical Plan¶
PhysicalPlan buildPlan(
MetaStore metaStore,
LogicalPlan logicalPlan)
buildPlan...FIXME
buildPlan is used when:
EngineExecutoris requested to plan a Query (with ksql.new.query.planner.enabled enabled)