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



##########
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:
       This isn't just a write option. It controls how files are read as well.
   
   How about using an `io` namespace instead? Maybe `io.file-io.impl` or 
`io.impl`?




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