mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for defaultInsertRepackFunc (#14097)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14123/head
parent
2e70326f31
commit
330c6eccb1
|
@ -53,6 +53,7 @@ func insertRepackFunc(
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// defaultInsertRepackFunc repack the dml messages.
|
||||||
func defaultInsertRepackFunc(
|
func defaultInsertRepackFunc(
|
||||||
tsMsgs []msgstream.TsMsg,
|
tsMsgs []msgstream.TsMsg,
|
||||||
hashKeys [][]int32,
|
hashKeys [][]int32,
|
||||||
|
|
Loading…
Reference in New Issue