Skip to content

Commit aa82932

Browse files
committed
Update aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java
1 parent 820a59d commit aa82932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public PrefixedS3Client clientForStoragePath(String storagePath) {
424424
client = s3ClientCache().getIfPresent(matchingPrefix);
425425

426426
Preconditions.checkState(
427-
null != client, "S3 client for storage path not available: %s", storagePath);
427+
null != client, "[BUG] S3 client for storage path not available: %s", storagePath);
428428
return client;
429429
}
430430

0 commit comments

Comments
 (0)