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
After #17898, the key_range of the sstable may be changed and no longer represent the whole object.
As a result, the current default iterator's logic for reading sstable may cross the key_range of sst to read the wrong data. We should provide SstableIterator with the ability to expose the correct data to the public based on the key_range of sstable_info, similar to SstableStreamIterator. (#18031)
The text was updated successfully, but these errors were encountered:
After #17898, the
key_range
of thesstable
may be changed and no longer represent the whole object.As a result, the current default iterator's logic for reading sstable may cross the
key_range
of sst to read the wrong data. We should provideSstableIterator
with the ability to expose the correct data to the public based on thekey_range
ofsstable_info
, similar toSstableStreamIterator
. (#18031)The text was updated successfully, but these errors were encountered: