Skip to content

Commit

Permalink
Update planbuilder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzf678 committed Dec 12, 2022
1 parent 107d649 commit ca5a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/planbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ func fetchRecordFromClusterStmtSummary(sctx sessionctx.Context, planDigest strin
"order by length(plan_digest) desc"
rs, err := exec.ExecuteInternal(ctx, sql)
if rs == nil {
return nil, errors.New("can't find any plans for '" + planDigest + "'")
return nil, errors.New("cluster can't find any plans for '" + planDigest + "'")
}
if err != nil {
return nil, err
Expand Down

0 comments on commit ca5a094

Please sign in to comment.