aokolnychyi commented on a change in pull request #2945:
URL: https://github.com/apache/iceberg/pull/2945#discussion_r686299220



##########
File path: core/src/main/java/org/apache/iceberg/io/DataWriter.java
##########
@@ -57,6 +56,12 @@ public DataWriter(FileAppender<T> appender, FileFormat 
format, String location,
     this.sortOrder = sortOrder;
   }
 
+  @Override
+  public void write(T row) throws IOException {

Review comment:
       Probably, no. I guess `IOException` was just defined in the parent 
interface.




-- 
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]

Reply via email to