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

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131823213 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131726341 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-07 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131655114 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-07 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131654308 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-07 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131634081 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-07 Thread twalthr
Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131633926 --- Diff: docs/dev/table/sql.md --- @@ -497,6 +497,23 @@ FROM ( {% endhighlight %} + + + +In

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

2017-08-05 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131519235 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/subquery.scala --- @@ -0,0 +1,95 @@ +/* + * Licensed to the

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

2017-08-04 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r131511583 --- Diff: docs/dev/table/sql.md --- @@ -497,6 +497,23 @@ FROM ( {% endhighlight %} + + + +In +

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

2017-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4404 --- 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 feature is

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130858415 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/batch/table/SetOperatorsITCase.scala --- @@ -225,4 +227,62 @@ class

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130854117 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/expressions/fieldExpression.scala --- @@ -138,6 +138,25 @@ case class

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130860371 --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/util/CollectionDataSets.scala --- @@ -17,9 +17,9 @@ */ package

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130859202 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/batch/table/SetOperatorsITCase.scala --- @@ -225,4 +227,62 @@ class

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130713721 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/expressions/ScalarOperatorsTest.scala --- @@ -137,6 +133,72 @@ class

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130860454 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/utils/BatchTestData.scala --- @@ -0,0 +1,49 @@ +/* + * Licensed

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

2017-08-02 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/4404#discussion_r130859046 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/batch/sql/SetOperatorsITCase.scala --- @@ -260,4 +260,108 @@ class

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

2017-07-26 Thread twalthr
GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/4404 [FLINK-4565] [table] Support for SQL IN operator ## What is the purpose of the change *This PR adds support for the IN operator in both SQL and Table API. Both for testing in a set of