[skip e2e] Grammar correction (#14342)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
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

View File

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