mayankshriv opened a new pull request #5505:
URL: https://github.com/apache/incubator-pinot/pull/5505
1. The SegmentDumpTool code was using low level BlockValIterator way of
accessing values. Updated it to use the PinotSegmentRecordReader that
abstracts
away all the low level details and provides records to iterate on. This
also helps
address variations such as no-dictionary columns etc.
2. Kept the output format same as the previous implementation for the most
part.
Except, added code to dump segment schema as well.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]