Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Nov 12, 2024
1 parent 853d83a commit f10514a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/planner/core/expression_rewriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2443,9 +2443,6 @@ func (er *expressionRewriter) clause() clauseCode {
}

func (er *expressionRewriter) toColumn(v *ast.ColumnName) {
if !er.planCtx.plan.SCtx().GetSessionVars().InRestrictedSQL {
fmt.Println("abc")
}
idx, err := expression.FindFieldName(er.names, v)
if err != nil {
er.err = plannererrors.ErrAmbiguous.GenWithStackByArgs(v.Name, clauseMsg[fieldList])
Expand Down

0 comments on commit f10514a

Please sign in to comment.