Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstables: summary: fix a bug when reading position
Since that whole entries array is memory mapped, we should not call read_integer - which will byteswap it. We should instead just fetch the position directly. This was not spotted before because our test sstables tend to be relatively small. Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
- Loading branch information