gortiz opened a new pull request, #14389: URL: https://github.com/apache/pinot/pull/14389
In #14375 an error in the data block deserialization is reported. After some debugging, it looks like the issue is actually in one of the libraries introduced to write the serialization efficiently. Specifically, PagedPinotOutputStream has an error when the number of written bytes was exactly a multiple of the page size _and_ there was no seek. This PR fixes the issue and therefore fixes #14375. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
