Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: AilinKid <[email protected]>
  • Loading branch information
AilinKid committed Apr 10, 2024
1 parent 8f47bcb commit fa3b769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/planner/core/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ func (p *baseLogicalPlan) BuildPlanTrace() *tracing.PlanTrace {
return planTrace
}

// AppendChildCandidate implements PhysicalPlan interface.
func (p *basePhysicalPlan) AppendChildCandidate(op *coreusage.PhysicalOptimizeOp) {
if len(p.Children()) < 1 {
return
Expand Down

0 comments on commit fa3b769

Please sign in to comment.