stevenzwu commented on a change in pull request #3857:
URL: https://github.com/apache/iceberg/pull/3857#discussion_r780398209



##########
File path: core/src/main/java/org/apache/iceberg/SerializableTable.java
##########
@@ -361,6 +362,19 @@ protected Table newTable(TableOperations ops, String 
tableName) {
     }
   }
 
+  private static class SerializableConfSupplier implements 
SerializableSupplier<Configuration> {

Review comment:
       maybe we can merge the nested `SerializableConfiguration` class code 
into this supplier class?




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