Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

planner: skip plan cache if the plan contains Shuffle operators #42174

Merged
merged 6 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update common_plans.go
  • Loading branch information
fzzf678 committed Mar 13, 2023
commit 074a58e42b178e47fce57f1a66ff82aa775cdd1f
3 changes: 1 addition & 2 deletions planner/core/common_plans.go
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,7 @@ type Simple struct {
}

// PhysicalSimpleWrapper is a wrapper of `Simple` to implement physical plan interface.
//
// Used for simple statements executing in coprocessor.
// Used for simple statements executing in coprocessor.
type PhysicalSimpleWrapper struct {
basePhysicalPlan
Inner Simple
Expand Down