mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for insertRepackFunc (#15115)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/15132/head
parent
5ab8d99ee9
commit
7e74db0d65
|
@ -22,6 +22,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/msgstream"
|
||||
)
|
||||
|
||||
// insertRepackFunc deprecated, use defaultInsertRepackFunc instead.
|
||||
func insertRepackFunc(
|
||||
tsMsgs []msgstream.TsMsg,
|
||||
hashKeys [][]int32,
|
||||
|
|
Loading…
Reference in New Issue