mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Fix grammar mistake in meta_table (#14017)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
73b00c7754
commit
9e9475b4fe
@ -1004,7 +1004,7 @@ func (mt *MetaTable) unlockGetFieldSchema(collName string, fieldName string) (sc
|
||||
return schemapb.FieldSchema{}, fmt.Errorf("collection %s doesn't have filed %s", collName, fieldName)
|
||||
}
|
||||
|
||||
// IsSegmentIndexed check if segment has index
|
||||
// IsSegmentIndexed check if segment has indexed
|
||||
func (mt *MetaTable) IsSegmentIndexed(segID typeutil.UniqueID, fieldSchema *schemapb.FieldSchema, indexParams []*commonpb.KeyValuePair) bool {
|
||||
mt.ddLock.RLock()
|
||||
defer mt.ddLock.RUnlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user