mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip e2e] Add comment for getIndexInfo (#14745)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
cda172ede2
commit
bd7a1cd3d1
@ -177,6 +177,7 @@ func (loader *indexLoader) estimateIndexBinlogSize(segment *Segment, fieldID Fie
|
||||
return indexSize, nil
|
||||
}
|
||||
|
||||
// getIndexInfo gets indexInfo from RootCoord and IndexCoord
|
||||
func (loader *indexLoader) getIndexInfo(collectionID UniqueID, segment *Segment) (*indexInfo, error) {
|
||||
if loader.indexCoord == nil || loader.rootCoord == nil {
|
||||
return nil, errors.New("null indexcoord client or rootcoord client, collectionID = " +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user