We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4e0c3 commit 94a9423Copy full SHA for 94a9423
ice/src/main/java/com/altinity/ice/cli/internal/cmd/Insert.java
@@ -118,8 +118,7 @@ public static void run(
118
}
119
if (!(underlyingTableIO instanceof S3FileIO)) {
120
throw new UnsupportedOperationException(
121
- "--force-table-auth is currently only supported for s3:// tables"
122
- + tableIO.getClass());
+ "--force-table-auth is currently only supported for s3:// tables");
123
124
s3ClientSupplier = ((S3FileIO) underlyingTableIO)::client;
125
} else {
0 commit comments