[skip ci] Fix grammar (#13277)

Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
SS 2021-12-13 19:34:05 +08:00 committed by GitHub
parent 71494857fc
commit 4dc1ef06b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Search is executable as long as all the columns involved in the search are loade
# SegmentSealedImpl internal data definition # SegmentSealedImpl internal data definition
1. `row_count_opt_`: 1. `row_count_opt_`:
1. Fill row count when load the first entity 1. Fill row count when loading the first entity
2. All the other columns loaded must match the same row count 2. All the other columns loaded must match the same row count
3. `xxx_ready_bitset_` & `system_ready_count_` 3. `xxx_ready_bitset_` & `system_ready_count_`
1. Used to record whether the corresponding column is loaded. Bitset corresponds to FieldOffset 1. Used to record whether the corresponding column is loaded. Bitset corresponds to FieldOffset