[skip e2e] Add comment for getIndexBinlog (#14743)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2022-01-04 14:02:12 +08:00 committed by GitHub
parent e7c1f57f35
commit 6bace04dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,7 @@ func (loader *indexLoader) printIndexParams(index []*commonpb.KeyValuePair) {
}
}
// getIndexBinlog would load index and index params from storage
func (loader *indexLoader) getIndexBinlog(indexPath []string) ([][]byte, indexParam, string, error) {
index := make([][]byte, 0)