From da50fbfbf40594a369d97d76e10498438447a9af Mon Sep 17 00:00:00 2001 From: smellthemoon <64083300+smellthemoon@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:23:05 +0800 Subject: [PATCH] fix: not store timestampTo and timestampFrom (#30450) #30451 Signed-off-by: lixinguo Co-authored-by: lixinguo --- internal/metastore/kv/binlog/binlog.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/metastore/kv/binlog/binlog.go b/internal/metastore/kv/binlog/binlog.go index a61beec438f95..bc3b4931082ff 100644 --- a/internal/metastore/kv/binlog/binlog.go +++ b/internal/metastore/kv/binlog/binlog.go @@ -98,9 +98,6 @@ func CompressFieldBinlogs(fieldBinlogs []*datapb.FieldBinlog) error { binlog.LogID = logID binlog.LogPath = "" } - // remove timestamp since it's not necessary - binlog.TimestampFrom = 0 - binlog.TimestampTo = 0 } } return nil