[skip ci]Update design docs of retrieve_entity (#11822)

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
pull/11829/head
shiyu22 2021-11-15 17:43:09 +08:00 committed by GitHub
parent 579416e3d3
commit 4ab46194c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ In the newly created collection, insert a record with a primary key of 107, call
### Testcase 3
In the newly created collection, insert the records with the primary keys of 105, 106, 107, call the Get interface to query the records with the primary keys of 101, 102, 103, 104, 105, 106, 107, the retrieved result only contains the primary keys of 105, 106 , 107 records.
In the newly created collection, insert the records with the primary keys of 105, 106, 107, call the Get interface to query the records with the primary keys of 101, 102, 103, 104, 105, 106, 107, the retrieved result only contains the primary keys of 105, 106, 107 records.
### Testcase 4