[skip e2e] Add comment for loadIndex (#14693)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-12-31 19:07:23 +08:00 committed by GitHub
parent 6b806fc850
commit c95deb2266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ type indexLoader struct {
kv kv.DataKV // minio kv
}
// loadIndex would load index to segment
func (loader *indexLoader) loadIndex(segment *Segment, fieldID FieldID) error {
// 1. use msg's index paths to get index bytes
var err error