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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org