emkornfield commented on a change in pull request #4264:
URL: https://github.com/apache/iceberg/pull/4264#discussion_r823366234
##########
File path: core/src/main/java/org/apache/iceberg/io/FileWriter.java
##########
@@ -54,6 +54,20 @@ default void write(Iterable<T> rows) {
*/
void write(T row);
+ /**
+ * Returns the file path that are currently opened.
Review comment:
```suggestion
* Returns the file path that is currently opened.
```
Is "opened" important here? what happens if the writer is closed?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]