mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for filterSegmentsByPKs (#13036)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e858006fd8
commit
b206980feb
@ -244,6 +244,7 @@ func processDeleteMessages(replica ReplicaInterface, msg *msgstream.DeleteMsg, d
|
||||
}
|
||||
}
|
||||
|
||||
// filterSegmentsByPKs would filter segments by primary keys
|
||||
func filterSegmentsByPKs(pks []int64, segment *Segment) ([]int64, error) {
|
||||
if pks == nil {
|
||||
return nil, fmt.Errorf("pks is nil when getSegmentsByPKs")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user