[
https://issues.apache.org/jira/browse/CALCITE-7715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Budiu resolved CALCITE-7715.
----------------------------------
Fix Version/s: avatica-1.29
Resolution: Fixed
Fixed in
[https://github.com/apache/calcite-avatica/commit/4fe9e6aef88dd98e188758d8c9bdfd8b08b5bc27]
Thank you for the contribution [~exceptionfactory]
> Remove HttpCore Timeout reference from Avatica BuiltInConnectionProperty
> ------------------------------------------------------------------------
>
> Key: CALCITE-7715
> URL: https://issues.apache.org/jira/browse/CALCITE-7715
> Project: Calcite
> Issue Type: Improvement
> Components: avatica
> Reporter: David Handermann
> Priority: Minor
> Labels: pull-request-available
> Fix For: avatica-1.29
>
>
> The Calcite Avatica {{BuiltInConnectionProperty}} class references the Apache
> HttpComponents Core {{Timeout}} class to compute default timeout values for
> HTTP operations. This reference can be replaced with the static number, which
> avoids unnecessary runtime references to the HttpCore 5 library at runtime.
> As remote HTTP request handling is not required for every use of Calcite
> Avatica, this reference change would allow projects that depend on Avatica to
> exclude HttpCore and HttpClient libraries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)