-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DictionaryEncodedColumnPartSerde: Read values using smooshReader.
The write side uses a FileSmoosher for valueWriter, which means that the value component may be split over multiple files. In this case, the read side needs a SmooshedFileMapper. It is plausible for multi-valued columns to have value sections in excess of 2 GB: imagine a segment with 10 million rows and an average of 50 values per row. The value section would have 500 million ints, which is 2 GB.
- Loading branch information
Showing
1 changed file
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters