xabriel commented on a change in pull request #89: Make read-path Evaluators honor case sensitivity flag. Expose flag in Spark Reader. URL: https://github.com/apache/incubator-iceberg/pull/89#discussion_r263640377
########## File path: spark/src/test/java/com/netflix/iceberg/spark/source/TestFilteredScan.java ########## @@ -22,12 +22,7 @@ import com.google.common.collect.ImmutableMap; import com.google.common.collect.Iterables; import com.google.common.collect.Lists; -import com.netflix.iceberg.DataFile; -import com.netflix.iceberg.DataFiles; -import com.netflix.iceberg.FileFormat; -import com.netflix.iceberg.PartitionSpec; -import com.netflix.iceberg.Schema; -import com.netflix.iceberg.Table; +import com.netflix.iceberg.*; Review comment: Its my editor again. Will fix. ---------------------------------------------------------------- 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]
