dongjoon-hyun commented on issue #7303: URL: https://github.com/apache/iceberg/issues/7303#issuecomment-1502518447
According to Apache ORC 1.8.1 release note, there exists three bug fixes. https://github.com/apache/orc/releases/tag/v1.8.1 Although I took a look, 1. [ORC-1283](https://issues.apache.org/jira/browse/ORC-1283) ENABLE_INDEXES does not take effect - This is recovered back at v1.8.2 2. [ORC-1288](https://issues.apache.org/jira/browse/ORC-1288) Invalid memory freeing with ZLIB compression - This is C++ change which is irrelevant to Java world. 3. [ORC-1291](https://issues.apache.org/jira/browse/ORC-1291) NullPointerException in TypeDescription - This changes only the hashCode of types. [As I asked before](https://github.com/apache/iceberg/issues/7303#issuecomment-1502051086), we need more details about your some machines (`I see this test fail on some machines we have in production.`) if you want to investigate more, @islamismailov . -- 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]
