You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, @lizhanhui I think this class is implemented in Java. Is there any problem with implementing this class in Java, or are you calling it incorrectly?
Expected behavior
Iterator created with DirectSlice upper bound should work exactly the same way Slice bound.
Actual behavior
Iterator created with DirectSlice is invalid.
Steps to reproduce the behavior
Here is a minimal reproducible code that may verify Slice bound works while DirectSlice fails:
https://github.com/lizhanhui/rocksdb-bug-report/blob/main/src/test/java/lab/rocksdb/RocksDBTest.java
The text was updated successfully, but these errors were encountered: