xabriel commented on a change in pull request #82: Make expression binding 
support a case sensitivity flag
URL: https://github.com/apache/incubator-iceberg/pull/82#discussion_r250314766
 
 

 ##########
 File path: api/src/main/java/com/netflix/iceberg/expressions/Evaluator.java
 ##########
 @@ -44,7 +44,7 @@ private EvalVisitor visitor() {
   }
 
   public Evaluator(Types.StructType struct, Expression unbound) {
-    this.expr = Binder.bind(struct, unbound);
 
 Review comment:
   Right. I'll experiment in next PR to see what the best way is to flow the 
`caseSensitive` flag around. Will keep track as part of issue #83.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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