pgaref edited a comment on pull request #1616: URL: https://github.com/apache/hive/pull/1616#issuecomment-725987999
Hey @glapark This is most probably related to ORC-361 that changed the ORC MemoryManager implementation (to support multi-threaded writers). > The error is generated from the following assertTrue(), so replacing the constant 5000 with 2000 would fix the errors. I assume that you replaced it with **20_000** as the stripe sizes are around that number -- we should probably have the assert check the StripeSize which is about 50_000. More details here: https://github.com/apache/orc/pull/433/files#diff-eae6097544d7965e078d582758f745fe52a6772bc71cbafe6068317a68595583R2493 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
