JonasJ-ap commented on code in PR #5787:
URL: https://github.com/apache/iceberg/pull/5787#discussion_r979262500
##########
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##########
@@ -442,6 +466,8 @@ public class AwsProperties implements Serializable {
public static final String LAKE_FORMATION_DB_NAME = "lakeformation.db-name";
private String httpClientType;
+ private Long apacheHttpClientConnectionTimeout;
+ private Long apacheHttpClientSocketTimeout;
Review Comment:
Thank you for your suggestion. I've updated them to
`httpClientApacheConnectionTimeoutMs` and `httpClientApacheSocketTimeoutMs`
--
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]