From 3c7dae8f71ed8cc0eb4338b11bc6013301ae35db Mon Sep 17 00:00:00 2001 From: AilinKid <314806019@qq.com> Date: Wed, 10 Apr 2024 13:45:41 +0800 Subject: [PATCH] . Signed-off-by: AilinKid <314806019@qq.com> --- pkg/planner/core/plan_base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/planner/core/plan_base.go b/pkg/planner/core/plan_base.go index 85d23bab29b27..ae8327c177953 100644 --- a/pkg/planner/core/plan_base.go +++ b/pkg/planner/core/plan_base.go @@ -84,7 +84,7 @@ type PhysicalPlan interface { Attach2Task(...Task) Task // ToPB converts physical plan to tipb executor. - ToPB(ctx PlanContext, storeType kv.StoreType) (*tipb.Executor, error) + ToPB(ctx *BuildPBContext, storeType kv.StoreType) (*tipb.Executor, error) // GetChildReqProps gets the required property by child index. GetChildReqProps(idx int) *property.PhysicalProperty