Description
ReaderImpl::getRowIndexStatistics has the following assert:
if (offset + length > indexEnd) {
throw ParseError
where indexEnd is stripeInfo.indexlength(),
but it doesn't include size of bloomfilter stream.
Attachments
Issue Links
- links to