[skip e2e] Fix grammar (#13658)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
pull/13675/head
Bennu 2021-12-17 22:22:55 +08:00 committed by GitHub
parent 37591d4c56
commit 6b4a0234a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ the cache from Root Coordinator. At the same time, in order to keep the consiste
of meta information in Root Coordinator, it will inform all Proxies to clear the related meta cache, and any newer
requests will get the latest meta information.
For inserts to a collection which is auto_id configured in the collection schema, Proxy assigns a primary key for
For inserts to a collection that is auto_id configured in the collection schema, Proxy assigns a primary key for
every row of insert request. For now the only supported data type of auto-generated primary field is `int64`. Proxy
applies for a batch of primary keys from Root Coordinator, and caches them for local assignments. When the primary keys in cache
is not enough, Proxy will continue to apply for another batch of primary keys.