You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/06/15 02:33:00 UTC

[jira] [Created] (FLINK-28064) PredicateBuilder.in should accept null parameters

Jingsong Lee created FLINK-28064:
------------------------------------

             Summary: PredicateBuilder.in should accept null parameters
                 Key: FLINK-28064
                 URL: https://issues.apache.org/jira/browse/FLINK-28064
             Project: Flink
          Issue Type: Bug
          Components: Table Store
            Reporter: Jingsong Lee
             Fix For: table-store-0.2.0


PredicateBuilder.in(int idx, List<Literal> literals).

Literals must be not null, but this is not enough to meet the needs of SQL `in`.

It is allowed to have null parameters in `in`.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)