diff --git a/pkg/sql/models/phy_plan_test.go b/pkg/sql/models/phy_plan_test.go index 26e28207942ed..d02a25d30be71 100644 --- a/pkg/sql/models/phy_plan_test.go +++ b/pkg/sql/models/phy_plan_test.go @@ -209,11 +209,9 @@ func TestPhyPlanJSON(t *testing.T) { //------------------------------------------------------------------------------------------------------------------ phyPlan := &PhyPlan{ - Version: "1.0.0", - LocalScope: []PhyScope{phyScope1}, - RemoteScope: []PhyScope{phyScope1}, - S3IOInputCount: 5, - S3IOOutputCount: 0, + Version: "1.0.0", + LocalScope: []PhyScope{phyScope1}, + RemoteScope: []PhyScope{phyScope1}, } // Convert to JSON diff --git a/pkg/sql/models/show_phyplan_test.go b/pkg/sql/models/show_phyplan_test.go index 6074778458e7b..7129955b5b5ce 100644 --- a/pkg/sql/models/show_phyplan_test.go +++ b/pkg/sql/models/show_phyplan_test.go @@ -176,8 +176,6 @@ func TestExplainPhyPlan(t *testing.T) { phyPlan := NewPhyPlan() phyPlan.LocalScope = []PhyScope{phyScope1} phyPlan.RemoteScope = []PhyScope{phyScope1} - phyPlan.S3IOInputCount = 5 - phyPlan.S3IOOutputCount = 0 statsInfo := new(statistic.StatsInfo) statsInfo.ParseStage.ParseDuration = 72872