Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Feb 27, 2024
1 parent a525abc commit e9a840a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ public class CascadesContext implements ScheduleContext {
private final boolean shouldCheckRelationAuthentication;
private final ThreadLocal<Boolean> showPlanProcess = new ThreadLocal<>();

// This list is used to listen the event of the plan change trigger by rule
// and show by `explain plan process` statement
// This list is used to listen the change event of the plan which
// trigger by rule and show by `explain plan process` statement
private final List<PlanProcess> planProcesses = new ArrayList<>();

/**
Expand Down

0 comments on commit e9a840a

Please sign in to comment.