From e59cebacf674b6ba471bd95739ca02bf4a3f664e Mon Sep 17 00:00:00 2001 From: groot Date: Fri, 31 Dec 2021 11:45:19 +0800 Subject: [PATCH] [skip e2e] Fix typo for design doc (#14677) Signed-off-by: yhmo --- docs/design_docs/segcore/segment_sealed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/segcore/segment_sealed.md b/docs/design_docs/segcore/segment_sealed.md index 59f3bc0917..86960ee020 100644 --- a/docs/design_docs/segcore/segment_sealed.md +++ b/docs/design_docs/segcore/segment_sealed.md @@ -36,6 +36,6 @@ Search is executable as long as all the columns involved in the search are loade 10. `schema`: schema # SegmentSealedImpl internal function definition -1. Most functions are the implementation of the corresponding functions of segment interface, which will not be repeated here. +1. Most functions are the implementation of the corresponding functions of the segment interface, which will not be repeated here. 2. `update_row_count`: Used to update the row_count field. 3. `mask_with_timestamps`: Use Timestamp column to update search bitmask, used to support Time Travel function.