Skip to content

Commit

Permalink
planner: fix typo (#40367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 authored Jan 6, 2023
1 parent f9f7268 commit b906bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/exhaust_physical_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -2530,7 +2530,7 @@ func (p *baseLogicalPlan) exhaustPhysicalPlans(_ *property.PhysicalProperty) ([]
}

// canPushToCop checks if it can be pushed to some stores. For TiKV, it only checks datasource.
// For TiFlash, it will check whether the operator is supported, but note that the check might be inaccrute.
// For TiFlash, it will check whether the operator is supported, but note that the check might be inaccrate.
func (p *baseLogicalPlan) canPushToCop(storeTp kv.StoreType) bool {
return p.canPushToCopImpl(storeTp, false)
}
Expand Down

0 comments on commit b906bf9

Please sign in to comment.