kishoreg commented on issue #4348: A template implementation for VarLengthBytesValueReaderWriter URL: https://github.com/apache/incubator-pinot/pull/4348#issuecomment-504145176 Thanks Subbu. private Buffer(long size, int startIndex, PinotDataBufferMemoryManager memoryManager, String allocationContext) { Move this constructor out of this class and move it to a separate class. Refactor the existing MutableOffHeapByteArrayStore to use this class. Go ahead and check this in after that.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
