[GitHub] flink issue #2333: [FLINK-4282] [streaming] Add Offset Parameter to WindowAs...

2016-08-04 Thread aditivin
Github user aditivin commented on the issue: https://github.com/apache/flink/pull/2333 Hi, Only the relevant changes are now visible. Pasting the details from the previous pull request (#2331) here: Added offset parameter for the following processing time window assigners

[GitHub] flink pull request #2333: [FLINK-4282] [streaming] Add Offset Parameter to W...

2016-08-04 Thread aditivin
GitHub user aditivin opened a pull request: https://github.com/apache/flink/pull/2333 [FLINK-4282] [streaming] Add Offset Parameter to WindowAssigners I seem to be getting all these changes however I rebase it :/ It is currently rebased with the latest code of apache/master

[GitHub] flink pull request #2331: [FLINK-4282] [streaming] Added an offset parameter...

2016-08-04 Thread aditivin
Github user aditivin closed the pull request at: https://github.com/apache/flink/pull/2331 --- 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

[GitHub] flink pull request #2331: [FLINK-4282] [streaming] Added an offset parameter...

2016-08-03 Thread aditivin
GitHub user aditivin opened a pull request: https://github.com/apache/flink/pull/2331 [FLINK-4282] [streaming] Added an offset parameter for processing time window ass… Added offset parameter for the processing time window assigners: - ProcessingTimeSessionWindows

[GitHub] flink issue #2307: [FLINK-4269] Decrease log level in RuntimeMonitorHandler

2016-07-29 Thread aditivin
Github user aditivin commented on the issue: https://github.com/apache/flink/pull/2307 Thanks @nssalian , @zentol - I'll keep the points in mind for next time. I will try testing the logging and update this thread. Also, I've enabled travis in my repository :) --- If your

[GitHub] flink pull request #2307: [FLINK-4269] Decrease log level in RuntimeMonitorH...

2016-07-28 Thread aditivin
GitHub user aditivin opened a pull request: https://github.com/apache/flink/pull/2307 [FLINK-4269] Decrease log level in RuntimeMonitorHandler @uce - I changed the log level to DEBUG in RuntimeMonitorHandler. PS - This is my first contribution, please forgive any mistakes