mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +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")
|
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
|
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")
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user