[skip e2e] Add comment for printIndexParams (#14694)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14708/head
bigsheeper 2021-12-31 19:09:19 +08:00 committed by GitHub
parent c95deb2266
commit 2e6fe7d815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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++ {