mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e] Grammar correction (#14342)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
This commit is contained in:
parent
ef2a62387b
commit
bc05f3e8b0
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user