alexeyroytman commented on PR #3483: URL: https://github.com/apache/parquet-java/pull/3483#issuecomment-4262926014
It looks like that on CI Hadoop the JVM properties `https.proxyHost` and `https.proxyPort` are set (I don't see their values, but I suppose they are set), and this specific proxy does not allow good gzip/snappy work. Strangely, for JDK 11 tests passed, but for JDK 17 they failed... I'll try to work on my environment with OpenJDK 17, and if it passes, I'm planning to change the code to use different JVM properties, e.g. `parquet.https.proxyHost` and `parquet.https.proxyPort`. Thus they won't be *occasionally* defined for CI. -- 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]
