Store only clock::Local
in InsertionFragment
This commit is contained in:
parent
dc81b5f57a
commit
b7535dfba4
2 changed files with 4 additions and 4 deletions
|
@ -636,7 +636,7 @@ impl Buffer {
|
|||
.insertions
|
||||
.get(
|
||||
&InsertionFragmentKey {
|
||||
timestamp: fragment.insertion_timestamp,
|
||||
timestamp: fragment.insertion_timestamp.local(),
|
||||
split_offset: fragment.insertion_offset,
|
||||
},
|
||||
&(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue