Skip to content

Commit

Permalink
fix: not store timestampTo and timestampFrom (milvus-io#30450)
Browse files Browse the repository at this point in the history
milvus-io#30451

Signed-off-by: lixinguo <[email protected]>
Co-authored-by: lixinguo <[email protected]>
  • Loading branch information
smellthemoon and lixinguo authored Feb 4, 2024
1 parent 5143b8c commit da50fbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/metastore/kv/binlog/binlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da50fbf

Please sign in to comment.