GregBowyer opened a new pull request #8993: URL: https://github.com/apache/arrow/pull/8993
Part of the removal of specialisation makes the RleDecoder remain instanticated. This is done to lose some allocations but right now appears to leave a decoder in a semi configured state that can mis-read RLE packed data. As such we just init a new one each time the parent decoder has data set on it in a fashion to the pre refactored code. ---------------------------------------------------------------- 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]
