[GitHub] flink pull request #2720: [FLINK-4623] Create Physical Execution Plan of a D...

2016-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2720 --- 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 #2720: [FLINK-4623] Create Physical Execution Plan of a D...

2016-10-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2720#discussion_r85783220 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/api/table/StreamTableEnvironment.scala --- @@ -311,14 +313,24 @@ abstract class

[GitHub] flink pull request #2720: [FLINK-4623] Create Physical Execution Plan of a D...

2016-10-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/2720#discussion_r85783793 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/api/scala/stream/ExplainStreamTest.scala --- @@ -40,9 +40,12 @@ class

[GitHub] flink pull request #2720: [FLINK-4623] Create Physical Execution Plan of a D...

2016-10-28 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2720#discussion_r85633731 --- Diff: flink-libraries/flink-table/src/test/scala/resources/testUnionStream0.out --- @@ -2,3 +2,21 @@ LogicalUnion(all=[true])

[GitHub] flink pull request #2720: [FLINK-4623] Create Physical Execution Plan of a D...

2016-10-28 Thread tonycox
GitHub user tonycox opened a pull request: https://github.com/apache/flink/pull/2720 [FLINK-4623] Create Physical Execution Plan of a DataStream You can merge this pull request into a Git repository by running: $ git pull https://github.com/tonycox/flink FLINK-4623