tustvold opened a new issue, #2448: URL: https://github.com/apache/arrow-rs/issues/2448
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Integration tests are failing with ``` gulp-google-closure-compiler: java.util.zip.ZipException: invalid entry CRC (expected 0x4e1f14a4 but got 0xb1e0eb5b) ``` **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Integration test should not fail **Additional context** <!-- Add any other context about the problem here. --> This appears to be an issue with zlib - https://github.com/google/closure-compiler-npm/issues/234 In particular https://github.com/madler/zlib/issues/613 -- 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]
