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



##########
File path: core/src/main/java/org/apache/iceberg/TableProperties.java
##########
@@ -91,6 +91,8 @@ private TableProperties() {
 
   public static final String WRITE_LOCATION_PROVIDER_IMPL = 
"write.location-provider.impl";
 
+  public static final String WRITE_FILE_IO_IMPL = "write.file-io.impl";

Review comment:
       Yeah I used write because there is no namespace for both read and write. 
I can change to `io.file-io.impl`, `io.impl` seems too generic in case we want 
to have something else in the same namespace in the future.




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