EremenkoValentin opened a new issue, #11600: URL: https://github.com/apache/iceberg/issues/11600
### Query engine Iceberg API 1.6.1 ### Question Hi everyone. I carefully studied answers to similar questions but couldn't find a solution. I'm trying to create an Expression to use in table.newScan.filter(expr).planFiles(), but the compiler throws an error "Cannot resolve method 'predicate(Operation, UnboundTerm<capture of ?>, List<String>)'" for line 6. If I specify null (5) or don't specify values, everything works correctly. Please help me understand this issue. I tried using other Iterables instead of List - it didn't help.  -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org