gianm opened a new pull request, #17688:
URL: https://github.com/apache/druid/pull/17688

   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.
   
   I believe this is the cause of #7943.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to