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_r267049246
##########
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:
Got it. Linking these thread to Issue #83 so that we don't loose track. Will
fix in subsequent PR.
----------------------------------------------------------------
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]