[GitHub] flink pull request #3063: [FLINK-5357] [table] Fix dropped projections

2017-01-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3063 --- 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 enab

[GitHub] flink pull request #3063: [FLINK-5357] [table] Fix dropped projections

2017-01-09 Thread wuchong
Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/3063#discussion_r95308316 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/logical/operators.scala --- @@ -92,20 +92,19 @@ case class Project(projectLi

[GitHub] flink pull request #3063: [FLINK-5357] [table] Fix dropped projections

2017-01-09 Thread KurtYoung
Github user KurtYoung commented on a diff in the pull request: https://github.com/apache/flink/pull/3063#discussion_r95304042 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/logical/operators.scala --- @@ -92,20 +92,19 @@ case class Project(project

[GitHub] flink pull request #3063: [FLINK-5357] [table] Fix dropped projections

2017-01-05 Thread twalthr
GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/3063 [FLINK-5357] [table] Fix dropped projections In certain cases Calcite drops projections which is not what we want (e.g. using WordCount example). This PR adds explicit projections which are removed