Skip to content

Commit

Permalink
pass static check
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros committed Nov 2, 2022
1 parent 1e6efe8 commit 8103a1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expression/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ func ColumnSubstituteImpl(expr Expression, schema *Schema, newExprs []Expression
if coll == newColl {
changed = checkCollationStrictness(coll, newFuncExpr.GetType().GetCollate())
}

}
hasFail = hasFail || failed || oldChanged != changed
if fail1Return && oldChanged != changed {
Expand Down

0 comments on commit 8103a1e

Please sign in to comment.