Skip to content

Commit 3c7dae8

Browse files
committed
.
Signed-off-by: AilinKid <[email protected]>
1 parent 5448119 commit 3c7dae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/planner/core/plan_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type PhysicalPlan interface {
8484
Attach2Task(...Task) Task
8585

8686
// ToPB converts physical plan to tipb executor.
87-
ToPB(ctx PlanContext, storeType kv.StoreType) (*tipb.Executor, error)
87+
ToPB(ctx *BuildPBContext, storeType kv.StoreType) (*tipb.Executor, error)
8888

8989
// GetChildReqProps gets the required property by child index.
9090
GetChildReqProps(idx int) *property.PhysicalProperty

0 commit comments

Comments
 (0)