Skip to content

Commit

Permalink
Fix total order seek for transaction iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedSoliman committed May 31, 2024
1 parent 7d4ec58 commit 1238710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/partition-store/src/partition_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ impl<'a> StorageAccess for RocksDBTransaction<'a> {
self.range_iterator(
table,
key_kind,
ScanMode::WithinPrefix,
ScanMode::TotalOrder,
start.freeze(),
end.freeze(),
)
Expand Down

0 comments on commit 1238710

Please sign in to comment.