Skip to content

Commit 9e52536

Browse files
committed
.
Signed-off-by: AilinKid <[email protected]>
1 parent b54e761 commit 9e52536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/planner/util/utilfuncp/func_pointer_misc.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@ var FindBestTask4LogicalCTETable func(lp base.LogicalPlan, prop *property.Physic
9898
_ *optimizetrace.PhysicalOptimizeOp) (t base.Task, cntPlan int64, err error)
9999

100100
// FindBestTask4LogicalMemTable will be called by LogicalMemTable in logicalOp pkg.
101-
var FindBestTask4LogicalMemTable func(lp base.LogicalPlan, prop *property.PhysicalProperty, planCounter *base.PlanCounterTp,
102-
opt *optimizetrace.PhysicalOptimizeOp) (t base.Task, cntPlan int64, err error)
101+
var FindBestTask4LogicalMemTable func(lp base.LogicalPlan, prop *property.PhysicalProperty,
102+
planCounter *base.PlanCounterTp, opt *optimizetrace.PhysicalOptimizeOp) (t base.Task,
103+
cntPlan int64, err error)

0 commit comments

Comments
 (0)