mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip e2e] Add comment for getIndexBinlog (#14743)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e7c1f57f35
commit
6bace04dd3
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user