aokolnychyi commented on a change in pull request #784: Allow caller to 
construct HadoopInputFile and HadoopOutputFile using an existing instance of 
FileSystem object.
URL: https://github.com/apache/incubator-iceberg/pull/784#discussion_r377731665
 
 

 ##########
 File path: core/src/main/java/org/apache/iceberg/hadoop/HadoopInputFile.java
 ##########
 @@ -30,6 +30,8 @@
 import org.apache.iceberg.io.InputFile;
 import org.apache.iceberg.io.SeekableInputStream;
 
+import static com.google.common.base.Preconditions.checkArgument;
 
 Review comment:
   I am +1 on removing it from checkstyle in a separate PR as we technically 
allow such imports but try to avoid them.

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


With regards,
Apache Git Services

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

Reply via email to