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
sstable: fix IndexSize, TopLevelIndexSize and NumDataBlocks
The RawColumnWriter has several bugs related to setting properties:
IndexSize: In previous table formats, IndexSize recorded the _uncompressed_
size of the index block. The RawColumnWriter incorrectly totalled the
compressed sizes of all index blocks.
TopLevelIndexSize: The RawColumnWriter did not set this property at all.
NumDataBlocks: When a table had a two-level index, the RawColumnWriter
miscalculated NumDataBlocks. It improperly set the value to the number of
entries in the first index block multipled by the count of bottom-level index
blocks.
0 commit comments