rdblue commented on code in PR #4909:
URL: https://github.com/apache/iceberg/pull/4909#discussion_r910268056


##########
aws/src/integration/java/org/apache/iceberg/aws/AwsIntegTestUtil.java:
##########
@@ -88,6 +88,10 @@ public static String testAccountId() {
     return System.getenv("AWS_TEST_ACCOUNT_ID");
   }
 
+  public static String testAssumeRoleArn() {
+    return System.getenv("AWS_TEST_ASSUME_ROLE_ARN");

Review Comment:
   @jackye1995, we recently added `EnvironmentUtil` that can resolve properties 
using environment variables in #5018. Can we use that here instead of adding 
this?



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

Reply via email to