danielcweeks commented on code in PR #11954:
URL: https://github.com/apache/iceberg/pull/11954#discussion_r1913564118


##########
aws/src/test/java/org/apache/iceberg/aws/AwsClientPropertiesTest.java:
##########
@@ -140,4 +141,54 @@ public void 
refreshCredentialsEndpointSetButRefreshDisabled() {
     assertThat(awsClientProperties.credentialsProvider("key", "secret", 
"token"))
         .isInstanceOf(StaticCredentialsProvider.class);
   }
+
+  @Test

Review Comment:
   Should we add a test here that resolves the relative path?



-- 
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

Reply via email to