Skip to content

Commit 94a9423

Browse files
committed
Cleanup
1 parent 0d4e0c3 commit 94a9423

File tree

1 file changed

+1
-2
lines changed
  • ice/src/main/java/com/altinity/ice/cli/internal/cmd

1 file changed

+1
-2
lines changed

ice/src/main/java/com/altinity/ice/cli/internal/cmd/Insert.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ public static void run(
118118
}
119119
if (!(underlyingTableIO instanceof S3FileIO)) {
120120
throw new UnsupportedOperationException(
121-
"--force-table-auth is currently only supported for s3:// tables"
122-
+ tableIO.getClass());
121+
"--force-table-auth is currently only supported for s3:// tables");
123122
}
124123
s3ClientSupplier = ((S3FileIO) underlyingTableIO)::client;
125124
} else {

0 commit comments

Comments
 (0)