未验证 提交 ecf3b6c2 编写于 作者: J Jiquan Long 提交者: GitHub

Fix flowgraph when there are multiple upstreams (#14345)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 00b3fcb9
......@@ -169,7 +169,7 @@ func (nodeCtx *nodeCtx) collectInputMessages() {
t := nodeCtx.inputMessages[0].TimeTick()
latestTime := t
for i := 1; i < len(nodeCtx.inputMessages); i++ {
if t < nodeCtx.inputMessages[i].TimeTick() {
if latestTime < nodeCtx.inputMessages[i].TimeTick() {
latestTime = nodeCtx.inputMessages[i].TimeTick()
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册