[skip ci] Add comment for newFilterDeleteNode (#12657)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-02 22:44:09 +08:00 committed by GitHub
parent e2199979a7
commit 192ab4eb91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ func (fddNode *filterDeleteNode) filterInvalidDeleteMessage(msg *msgstream.Delet
return msg
}
// newFilteredDeleteNode returns a new filterDeleteNode
func newFilteredDeleteNode(replica ReplicaInterface,
collectionID UniqueID,
partitionID UniqueID) *filterDeleteNode {