nastra commented on code in PR #10851:
URL: https://github.com/apache/iceberg/pull/10851#discussion_r1701705492
##########
aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java:
##########
@@ -447,7 +448,7 @@ private void createRandomObjects(String prefix, int count) {
private void createBucket(String bucketName) {
try {
s3.get().createBucket(CreateBucketRequest.builder().bucket(bucketName).build());
- } catch (BucketAlreadyExistsException e) {
+ } catch (BucketAlreadyExistsException | BucketAlreadyOwnedByYouException
e) {
Review Comment:
the newer version of the API throws a new exception which the tests most
likely just want to ignore
--
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]