[skip ci] Fix grammar mistake in segment (#13541)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2021-12-16 22:30:00 +08:00 committed by GitHub
parent 00c9797d91
commit 932b8f4b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,7 @@ func (s *Segment) fillVectorFieldsData(collectionID UniqueID,
continue continue
} }
// If the vector field doesn't have index. Vector data is in memory for // If the vector field doesn't have indexed. Vector data is in memory for
// brute force search. No need to download data from remote. // brute force search. No need to download data from remote.
if _, ok := s.indexInfos[fieldData.FieldId]; !ok { if _, ok := s.indexInfos[fieldData.FieldId]; !ok {
continue continue