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_r266685152
 
 

 ##########
 File path: data/src/main/java/com/netflix/iceberg/data/IcebergGenerics.java
 ##########
 @@ -59,13 +60,25 @@ public ScanBuilder where(Expression rowFilter) {
       return this;
     }
 
+    public ScanBuilder caseInsensitive() {
 
 Review comment:
   Other places use `caseSensitive(boolean)`. I typically like to add both 
variants and I think it would be a good idea if it isn't difficult.

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