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 2019/10/11 19:43:39 UTC

[GitHub] [incubator-iceberg] rdsr commented on a change in pull request #529: Add hadoop table catalog (WIP)

rdsr commented on a change in pull request #529: Add hadoop table catalog (WIP)
URL: https://github.com/apache/incubator-iceberg/pull/529#discussion_r334144240
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/hadoop/HadoopCatalog.java
 ##########
 @@ -51,13 +54,13 @@ public HadoopCatalog(Configuration conf) {
       }
       this.hdfsRoot = hdfsRoot + "/" + ICEBERG_HADOOP_WAREHOUSE_BASE;
     } catch (IOException e) {
-        throw new RuntimeIOException("failed to create directory for warehouse", e);
+      throw new RuntimeIOException("failed to create directory for warehouse", e);
     }
   }
 
   @Override
   public org.apache.iceberg.Table createTable(
-    TableIdentifier identifier, Schema schema, PartitionSpec spec, String location, Map<String, String> properties) {
+      TableIdentifier identifier, Schema schema, PartitionSpec spec, String location, Map<String, String> properties) {
 
 Review comment:
   extra space?

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


With regards,
Apache Git Services

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