alexeyroytman opened a new pull request, #3483: URL: https://github.com/apache/parquet-java/pull/3483
### Rationale for this change Allow `parquet-hadoop` tests to work behind a web proxy. Otherwise their failures stop some other jar files from being build. ### What changes are included in this PR? Analysis of system properties `https.proxyHost` and `https.proxyPort`, and if set, use a `Proxy` for `OkHttpClient` creation. ### Are these changes tested? The `./mvn clean build` now passes when I'm behind a web proxy. ### Are there any user-facing changes? No. <!-- Closes #3482 --> -- 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]
