coderex2522 opened a new pull request, #1282: URL: https://github.com/apache/orc/pull/1282
### What changes were proposed in this pull request? This bug can be triggered when writing a orc file that contains multiple stripes, and each stripe contains columns with no null values. This is mainly caused by the fact that the relevant member variables in CompressionStream have not been reset. ### Why are the changes needed? The patch can fix the bug about invalid memory freeing with multiple compression kinds. ### How was this patch tested? Added new UT WriterTest.suppressPresentStreamWithCompressionKinds. -- 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]
