[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-26 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/716 --- 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 ena

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-25 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/716#issuecomment-105260996 Amazing, thank you. +1 to merge. --- 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

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-25 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/716#issuecomment-105233972 @rmetzger I added tests for both SlidingTimePreReducer and SlidingTimeGroupedPreReducer to verify that they correctly flush their states after a burst of elements. ---

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-22 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/716#issuecomment-104708161 Thats actually a compelling case for adding a test. Also it seems that you are planning to rework a lot of the windowing stuff .. The more tests you have there, the

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-22 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/716#issuecomment-104706869 I don't know, all this time we had the wrong behaviour and no tests were catching it. --- If your project is set up for it, you can reply to this email and have your re

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-22 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/716#issuecomment-104702211 Is there an easy way to add a test for this? --- 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 proj

[GitHub] flink pull request: [FLINK-2074] Fix erroneous emission of Sliding...

2015-05-22 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/716 [FLINK-2074] Fix erroneous emission of Sliding Time PreReducer Before this, a sliding time window would keep emitting the last result because the number of elements per pre-aggregation result was