rdblue commented on a change in pull request #91: Ignore unsupported partition 
fields
URL: https://github.com/apache/incubator-iceberg/pull/91#discussion_r256979055
 
 

 ##########
 File path: api/src/main/java/com/netflix/iceberg/expressions/Expressions.java
 ##########
 @@ -117,6 +117,10 @@ public static Expression not(Expression child) {
     return new UnboundPredicate<>(op, ref(name));
   }
 
+  public static <T> UnboundPredicate<T> alwaysTrue(String name) {
 
 Review comment:
   Why was this added? A `true` predicate has no field reference.

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