rdblue commented on a change in pull request #119: Split files when planning 
scan tasks
URL: https://github.com/apache/incubator-iceberg/pull/119#discussion_r263574555
 
 

 ##########
 File path: core/src/main/java/com/netflix/iceberg/BaseFileScanTask.java
 ##########
 @@ -20,9 +20,12 @@
 package com.netflix.iceberg;
 
 import com.google.common.base.Objects;
+import com.google.common.collect.Lists;
 import com.netflix.iceberg.expressions.Expression;
 import com.netflix.iceberg.expressions.ResidualEvaluator;
 
+import java.util.Iterator;
 
 Review comment:
   Nit: please don't separate imports into groups.

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