Jackie-Jiang commented on issue #3512: Let PinotDataBuffer.newIndexFor(...) takes long value URL: https://github.com/apache/incubator-pinot/pull/3512#issuecomment-439599148 I don't think we have support for index size larger than 2G. Only changing this cannot fix the issue. If you look at **SegmentLocalFSDirectory.getNewIndexBuffer()**, the size is cast to int. If you need huge index support, we need to check multiple places.
---------------------------------------------------------------- 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]
