[skip ci] Add comment for filterDmNode Operate (#12732)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-03 20:35:44 +08:00 committed by GitHub
parent 5702494efe
commit a34b1a3e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")