jbonofre commented on code in PR #8612: URL: https://github.com/apache/iceberg/pull/8612#discussion_r1333940940
########## aws/src/main/java/org/apache/iceberg/aws/AssumeRoleAwsClientFactory.java: ########## @@ -34,40 +35,42 @@ public class AssumeRoleAwsClientFactory implements AwsClientFactory { private AwsProperties awsProperties; + private HttpClientProperties httpClientProperties; + private S3FileIOProperties s3FileIOProperties; Review Comment: Good catch, I initialized in other classes but forgot this one. I'm fixing. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org