mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
doc: remove repetitive words (#31105)
Signed-off-by: hishope <csqiye@126.com>
This commit is contained in:
parent
0ac9bb4a9c
commit
ced7629d7d
@ -55,7 +55,7 @@ func InsertOutOfTarget(n *filterNode, c *Collection, msg *InsertMsg) error {
|
||||
return merr.WrapErrParameterInvalid(msg.GetCollectionID(), c.ID(), "msg not target because of collection")
|
||||
}
|
||||
|
||||
// all growing will be be in-memory to support dynamic partition load/release
|
||||
// all growing will be in-memory to support dynamic partition load/release
|
||||
return nil
|
||||
}
|
||||
|
||||
@ -88,7 +88,7 @@ func DeleteOutOfTarget(n *filterNode, c *Collection, msg *DeleteMsg) error {
|
||||
return merr.WrapErrParameterInvalid(msg.GetCollectionID(), c.ID(), "msg not target because of collection")
|
||||
}
|
||||
|
||||
// all growing will be be in-memory to support dynamic partition load/release
|
||||
// all growing will be in-memory to support dynamic partition load/release
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user