You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/01 08:16:33 UTC

[GitHub] [flink-table-store] JingsongLi commented on pull request #186: [FLINK-28064] Predicate now accepts null literals

JingsongLi commented on PR #186:
URL: https://github.com/apache/flink-table-store/pull/186#issuecomment-1172073011

   > > * Can we support in and not_in in `SparkFilterConverter` too?
   > > * And we can add code in `PredicateBuilder.in`:
   > > 
   > > ```
   > > if (literals.size() > 20) {
   > >    throw new UnsupportException;
   > > }
   > > ```
   > 
   > Let's support these in another dedicated PR.
   
   You can create a JIRA for this.


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org