mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix grammar in comment (#8382)
Signed-off-by: sida shen <sida@sidas-MacBook-Pro.local> Co-authored-by: sida shen <sida@sidas-MacBook-Pro.local>pull/8409/head
parent
490537a92c
commit
58a178fdf5
|
@ -52,7 +52,7 @@ func (dn *deleteNode) Operate(in []Msg) []Msg {
|
||||||
return []Msg{}
|
return []Msg{}
|
||||||
}
|
}
|
||||||
|
|
||||||
// getSegmentsByPKs return the bloom filter check result.
|
// getSegmentsByPKs returns the bloom filter check result.
|
||||||
// If the key may exists in the segment, returns it in map.
|
// If the key may exists in the segment, returns it in map.
|
||||||
// If the key not exists in the segment, the segment is filter out.
|
// If the key not exists in the segment, the segment is filter out.
|
||||||
func getSegmentsByPKs(pks []int64, segments []*Segment) (map[int64][]int64, error) {
|
func getSegmentsByPKs(pks []int64, segments []*Segment) (map[int64][]int64, error) {
|
||||||
|
|
Loading…
Reference in New Issue