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 4f224e9 commit 1de55e9Copy full SHA for 1de55e9
lib/trino-filesystem/src/main/java/io/trino/filesystem/TrinoOutputFile.java
@@ -62,7 +62,7 @@ default void createExclusive(byte[] data)
62
* <p>
63
* If the file already exists, the method may fail or the file may be overwritten,
64
* depending on the file system implementation.
65
- * For example, S3 does not support creating files exclusively, and performing an
+ * For example, S3 used not to support creating files exclusively, and performing an
66
* existence check before creating the file is both expensive and unnecessary for
67
* locations that are expected to be unique.
68
0 commit comments