mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#14342)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14350/head
parent
ef2a62387b
commit
bc05f3e8b0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue