mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for printIndexParams (#14694)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14708/head
parent
c95deb2266
commit
2e6fe7d815
|
@ -102,6 +102,7 @@ func (loader *indexLoader) loadIndex(segment *Segment, fieldID FieldID) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// printIndexParams prints the index params
|
||||
func (loader *indexLoader) printIndexParams(index []*commonpb.KeyValuePair) {
|
||||
log.Debug("=================================================")
|
||||
for i := 0; i < len(index); i++ {
|
||||
|
|
Loading…
Reference in New Issue