[skip e2e] Grammar correction (#14342)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/14350/head
cxytz01 2021-12-27 18:56:32 +08:00 committed by GitHub
parent ef2a62387b
commit bc05f3e8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ func (pc *parserContext) handleMultiCmpExpr(node *ant_ast.BinaryNode) (*planpb.E
exprs := []*planpb.Expr{}
curNode := node
// handle multiple relational operator
// handle multiple relational operators
for {
binNodeLeft, LeftOk := curNode.Left.(*ant_ast.BinaryNode)
if !LeftOk {