fix: not store timestampTo and timestampFrom (#30450)

#30451

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
pull/29788/head
smellthemoon 2024-02-04 14:23:05 +08:00 committed by GitHub
parent 5143b8c793
commit da50fbfbf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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