jackye1995 commented on a change in pull request #4334:
URL: https://github.com/apache/iceberg/pull/4334#discussion_r829208611
##########
File path: aws/src/integration/java/org/apache/iceberg/aws/AwsIntegTestUtil.java
##########
@@ -47,6 +60,24 @@ public static String testBucketName() {
return System.getenv("AWS_TEST_BUCKET");
}
+ /**
+ * Get the environment variable AWS_TEST_ACCESS_POINT for a default bucket
to use for testing
+ * @return bucket name
+ */
+ public static String testAccessPointName() {
Review comment:
I think this part is not fully updated since the last comment? We don't
need to get this info from environment variable, because we can just define any
name we like in the test.
--
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]