mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for filterDmNode Operate (#12732)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
5702494efe
commit
a34b1a3e08
@ -43,6 +43,7 @@ func (fdmNode *filterDmNode) Name() string {
|
||||
return "fdmNode"
|
||||
}
|
||||
|
||||
// Operate handles input messages, to filter invalid insert messages
|
||||
func (fdmNode *filterDmNode) Operate(in []flowgraph.Msg) []flowgraph.Msg {
|
||||
//log.Debug("Do filterDmNode operation")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user