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 ff96d49 commit d574340Copy full SHA for d574340
ice/src/main/java/com/altinity/ice/cli/internal/cmd/Insert.java
@@ -368,7 +368,7 @@ private static List<DataFile> processFile(
368
try {
369
metadata = Metadata.read(inputFile);
370
} catch (NoSuchKeyException e) { // S3FileInput
371
- throw new NotFoundException(inputFile.location(), e);
+ throw new NotFoundException(e, "%s", inputFile.location());
372
}
373
} catch (NotFoundException e) {
374
if (options.ignoreNotFound) {
0 commit comments