[skip ci] Fix some grammar issues of retrieve_entity_md (#11421)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/11460/head
min.tian 2021-11-08 20:41:35 +08:00 committed by GitHub
parent 52469a891c
commit a2b8e3b08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The primary keys will be returned after the insertion request is successful.
Milvus currently only supports primary keys of int64 type.
QueryNode subscribes to the insert channel and will determine whether to use the data extracted from insert channel or data processed by DataNode to provide services according to the status of a segment.
QueryNode subscribes to the insert channel and will determine whether to use the data extracted from the insert channel or data processed by DataNode to provide services according to the status of a segment.
## Goals