sunithabeeram opened a new pull request #3624: [PINOT-7370] Return number of bytes read from the reader interfaces/implementations URL: https://github.com/apache/incubator-pinot/pull/3624 This change stems from feedback in https://github.com/apache/incubator-pinot/pull/3511. We would like to track the number of bytes read with minimal overhead. For dictionary based reads, the overhead is minimal, but for no-dictionary strings/byte types its a linear time penalty. With this change, we update all batch read APIs to return the number of bytes read so its easier for higher layers to work with the data across both dictionary based and no-dictionary based readers.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
