Update ddnode insert (#8536)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/8550/head^2
Cai Yudong 2021-09-26 09:43:57 +08:00 committed by GitHub
parent 68f73302a5
commit 28d305148a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ func (ddn *ddNode) Operate(in []Msg) []Msg {
continue
}
}
iMsg.insertMessages = append(iMsg.insertMessages, msg.(*msgstream.InsertMsg))
iMsg.insertMessages = append(iMsg.insertMessages, imsg)
}
}