jackye1995 commented on a change in pull request #1844:
URL: https://github.com/apache/iceberg/pull/1844#discussion_r545313943



##########
File path: api/src/main/java/org/apache/iceberg/io/FileIO.java
##########
@@ -29,7 +29,7 @@
  * must be serializable because various clients of Spark tables may initialize 
this once and pass
  * it off to a separate module that would then interact with the streams.
  */
-public interface FileIO extends Serializable {
+public interface FileIO extends Serializable, CatalogConfigurable {

Review comment:
       In that case, let me remove the `CatalogConfigurable` related changes 
first. I do think it is worth adding, but seems too much to discuss in this PR.




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

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