rdblue 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_r266685541
##########
File path: spark/src/main/java/com/netflix/iceberg/spark/source/Reader.java
##########
@@ -208,7 +211,10 @@ public Statistics estimateStatistics() {
private List<CombinedScanTask> tasks() {
if (tasks == null) {
- TableScan scan = table.newScan().project(lazySchema());
+ TableScan scan = table
+ .newScan()
Review comment:
Nit: indented 8 instead of 4 from the start of the statement.
----------------------------------------------------------------
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]