From d7a81ceecd28ec6f7c45443a7254e445803676fb Mon Sep 17 00:00:00 2001 From: groot Date: Thu, 23 Dec 2021 10:47:22 +0800 Subject: [PATCH] [skip e2e] Add note for design doc (#14036) 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 72945c8144..1942011e9e 100644 --- a/docs/design_docs/segcore/segment_sealed.md +++ b/docs/design_docs/segcore/segment_sealed.md @@ -38,4 +38,4 @@ Search is executable as long as all the columns involved in the search are loade # 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 +3. `mask_with_timestamps`: Use Timestamp column to update search bitmask, used to support Time Travel function