From 7e74db0d65f4abd8a397cacb234eda1669a3e60e Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Mon, 10 Jan 2022 22:41:46 +0800 Subject: [PATCH] [skip e2e] Add comment for insertRepackFunc (#15115) Signed-off-by: dragondriver --- internal/proxy/repack_func.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proxy/repack_func.go b/internal/proxy/repack_func.go index e176b7df0a..fce3cf8507 100644 --- a/internal/proxy/repack_func.go +++ b/internal/proxy/repack_func.go @@ -22,6 +22,7 @@ import ( "github.com/milvus-io/milvus/internal/msgstream" ) +// insertRepackFunc deprecated, use defaultInsertRepackFunc instead. func insertRepackFunc( tsMsgs []msgstream.TsMsg, hashKeys [][]int32,