mirror of https://github.com/milvus-io/milvus.git
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
parent
5143b8c793
commit
da50fbfbf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue