itschrispeck opened a new pull request, #12587: URL: https://github.com/apache/pinot/pull/12587
Scanning column data for columns using `rawIndexWriterVersion=4` caused intermittent buffer position exceptions and decompression exceptions. When investigating this I noticed chunks from one partition were saved in the segment for another partition. This was caused by using a buffer constructed with a relative path: ``` _dataBuffer = new File(file.getName() + DATA_BUFFER_SUFFIX); ``` tags: `bugfix` -- 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: commits-unsubscr...@pinot.apache.org 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