From 7f2ddfc2723c09d2ca75322f674bb80af0db9f07 Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 30 Dec 2021 12:17:48 +0800 Subject: [PATCH] [skip e2e] Fix typo for design doc (#14565) Signed-off-by: yhmo --- docs/design_docs/segcore/segment_sealed.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/design_docs/segcore/segment_sealed.md b/docs/design_docs/segcore/segment_sealed.md index ca4d15e546..59f3bc0917 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 -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 +1. Most functions are the implementation of the corresponding functions of 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.