Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
  • Loading branch information
wjhuang2016 committed Dec 21, 2021
1 parent c1feda6 commit 1d86a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/expression_rewriter.go
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ func (er *expressionRewriter) inToExpression(lLen int, not bool, tp *types.Field
er.ctxStackAppend(function, types.EmptyName)
}

// deriveCollationForIn derive collation for in expression.
// deriveCollationForIn derives collation for in expression.
func (er *expressionRewriter) deriveCollationForIn(colLen int, elemCnt int, stkLen int, args []expression.Expression) []*expression.ExprCollation {
coll := make([]*expression.ExprCollation, 0, colLen)
if colLen == 1 {
Expand Down

0 comments on commit 1d86a9c

Please sign in to comment.