mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix grammar mistake in suffix_snapshot (#13420)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>pull/13428/head
parent
77b2112249
commit
769b05682a
|
@ -478,7 +478,7 @@ func (ss *suffixSnapshot) LoadWithPrefix(key string, ts typeutil.Timestamp) ([]s
|
|||
|
||||
// MultiSaveAndRemoveWithPrefix save muiltple kvs and remove as well
|
||||
// if ts == 0, act like TxnKV
|
||||
// each key-value will be treat in same logic like Save
|
||||
// each key-value will be treated in same logic like Save
|
||||
func (ss *suffixSnapshot) MultiSaveAndRemoveWithPrefix(saves map[string]string, removals []string, ts typeutil.Timestamp) error {
|
||||
// if ts == 0, act like TxnKV
|
||||
if ts == 0 {
|
||||
|
|
Loading…
Reference in New Issue