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 e9dcd79 commit d24393aCopy full SHA for d24393a
lib/trino-filesystem-gcs/src/main/java/io/trino/filesystem/gcs/GcsOutputStream.java
@@ -141,6 +141,7 @@ public void close()
141
if (e.getCode() == HTTP_PRECON_FAILED) {
142
throw new FileAlreadyExistsException(location.toString());
143
}
144
+ throw new IOException(e);
145
146
catch (IOException e) {
147
throw new IOException("Error closing file: " + location, e);
0 commit comments