[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-23 Thread Xpray
Github user Xpray commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190231602 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-23 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190171657 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190124815 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190124755 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190120842 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190119234 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamIntersect.scala --- @@ -0,0 +1,116 @@ +/*

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190123516 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190122671 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/setop/StreamIntersectCoProcessFunction.scala --- @@ -0,0 +1,236 @@

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-22 Thread walterddr
Github user walterddr commented on a diff in the pull request: https://github.com/apache/flink/pull/5998#discussion_r190119548 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamIntersect.scala --- @@ -0,0 +1,116 @@ +/*

[GitHub] flink pull request #5998: [FLINK-9344] [TableAPI & SQL] Support INTERSECT an...

2018-05-12 Thread Xpray
GitHub user Xpray opened a pull request: https://github.com/apache/flink/pull/5998 [FLINK-9344] [TableAPI & SQL] Support INTERSECT and INTERSECT ALL for streaming [FLINK-9344] [TableAPI & SQL] Support INTERSECT and INTERSECT ALL for streaming ## What is the purpose of the