[skip ci] Add note for design doc (#13406)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/13414/head
groot 2021-12-15 10:37:15 +08:00 committed by GitHub
parent f20a306cf3
commit 568e51579d
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 records with primary keys of 105, 106, 107.
### Testcase 4