[GitHub] flink pull request #2868: [FLINK-4565] Support for SQL IN operator

2016-11-25 Thread NickolayVasilishin
Github user NickolayVasilishin closed the pull request at: https://github.com/apache/flink/pull/2868 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] flink pull request #2868: [FLINK-4565] Support for SQL IN operator

2016-11-25 Thread NickolayVasilishin
GitHub user NickolayVasilishin opened a pull request: https://github.com/apache/flink/pull/2868 [FLINK-4565] Support for SQL IN operator This PR is a part of work on SQL IN operator in Table API, which implements IN for literals. Two cases are covered: less and great then 20