Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: arenatlx <314806019@qq.com>
  • Loading branch information
AilinKid committed Dec 6, 2024
1 parent 223c27d commit 8189dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/planner/cascades/task/task_opt_group_expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (ge *OptGroupExpressionTask) Desc(w util.StrBufferWriter) {
}

// getValidRules filter the allowed rule from session variable, and system config.
func (ge *OptGroupExpressionTask) getValidRules() []rule.Rule {
func (*OptGroupExpressionTask) getValidRules() []rule.Rule {
// todo: add rule set
return []rule.Rule{}
}

0 comments on commit 8189dd6

Please sign in to comment.