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



##########
File path: core/src/main/java/org/apache/iceberg/CatalogProperties.java
##########
@@ -34,6 +34,8 @@ private CatalogProperties() {
   public static final String HIVE_CLIENT_POOL_SIZE = "clients";
   public static final int HIVE_CLIENT_POOL_SIZE_DEFAULT = 2;
 
+  public static final String HADOOP_SUPPRESS_IOEXCEPTION = 
"suppress-io-exception";

Review comment:
       Since this is specific to Hadoop, let's move it into `HadoopCatalog`. I 
don't think the other catalogs would need this because they do not list using 
FS operations. A private constant in `HadoopCatalog` should be fine and we can 
always expose it later if we need to.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to