[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3491 --- 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 #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread sunjincheng121
Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104883119 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedNonPartitionedProcessingOverProcessFunction.scala

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104879651 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedNonPartitionedProcessingOverProcessFunction.scala ---

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread sunjincheng121
Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104879219 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedNonPartitionedProcessingOverProcessFunction.scala

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104874462 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -143,10 +143,18 @@

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104874829 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedNonPartitionedProcessingOverProcessFunction.scala ---

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104875937 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/AggregateUtil.scala --- @@ -94,15 +94,18 @@ object

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3491#discussion_r104875504 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedNonPartitionedProcessingOverProcessFunction.scala ---

[GitHub] flink pull request #3491: [FLINK-5804] [table] Add support for procTime non-...

2017-03-07 Thread sunjincheng121
GitHub user sunjincheng121 opened a pull request: https://github.com/apache/flink/pull/3491 [FLINK-5804] [table] Add support for procTime non-partitioned OVER RA… …NGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL. Thanks for contributing to Apache Flink. Before you