You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/28 16:09:04 UTC

[GitHub] [iceberg] steveloughran commented on a change in pull request #2125: Improve HadoopCatalog performance/scalability #2124

steveloughran commented on a change in pull request #2125:
URL: https://github.com/apache/iceberg/pull/2125#discussion_r566215727



##########
File path: core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java
##########
@@ -181,7 +185,7 @@ private boolean isTableDir(Path path) {
     // still a namespace.
     try {
       return fs.listStatus(metadataPath, TABLE_FILTER).length >= 1;
-    } catch (FileNotFoundException e) {
+    } catch (FileNotFoundException  e) {

Review comment:
       fixed




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



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