rominparekh commented on a change in pull request #134: Adding Drop and Rename 
APIs to Tables interface.
URL: https://github.com/apache/incubator-iceberg/pull/134#discussion_r267037166
 
 

 ##########
 File path: core/src/main/java/com/netflix/iceberg/hadoop/HadoopTables.java
 ##########
 @@ -28,9 +28,13 @@
 import com.netflix.iceberg.Tables;
 import com.netflix.iceberg.exceptions.AlreadyExistsException;
 import com.netflix.iceberg.exceptions.NoSuchTableException;
+import com.netflix.iceberg.exceptions.RuntimeIOException;
 import org.apache.hadoop.conf.Configurable;
 import org.apache.hadoop.conf.Configuration;
+import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
+
 
 Review comment:
   Nit: empty line

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to