[GitHub] flink pull request: fixed a few typos in internal_general_arch.md

2015-04-15 Thread akshaydixi
GitHub user akshaydixi opened a pull request: https://github.com/apache/flink/pull/602 fixed a few typos in internal_general_arch.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/akshaydixi/flink typo Alternatively you can

[GitHub] flink pull request: [FLINK-1655] Renamed StreamInvokable to Stream...

2015-04-15 Thread akshaydixi
Github user akshaydixi closed the pull request at: https://github.com/apache/flink/pull/508 --- 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: [FLINK-1655] Renamed StreamInvokable to Stream...

2015-04-14 Thread akshaydixi
Github user akshaydixi commented on the pull request: https://github.com/apache/flink/pull/508#issuecomment-92691766 Ok. So should I delete this branch then? --- 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

[GitHub] flink pull request: [FLINK-1655] Renamed StreamInvokable to Stream...

2015-03-21 Thread akshaydixi
GitHub user akshaydixi opened a pull request: https://github.com/apache/flink/pull/508 [FLINK-1655] Renamed StreamInvokable to StreamOperator and all its subclasses and tests in a similar fashion. Changes made are: * StreamInvokable -> StreamOpera

[GitHub] flink pull request: [FLINK-1450] Added fold operator for the Strea...

2015-03-15 Thread akshaydixi
Github user akshaydixi commented on the pull request: https://github.com/apache/flink/pull/481#issuecomment-80946579 Thanks @gyfora. I'll try to not mess up commit history in future contributions! --- If your project is set up for it, you can reply to this email and have your

[GitHub] flink pull request: [FLINK-1450] Added fold operator for the Strea...

2015-03-14 Thread akshaydixi
Github user akshaydixi commented on the pull request: https://github.com/apache/flink/pull/481#issuecomment-80363751 Ok @gyfora, thanks for reviewing! I picked this issue since it seemed a good way to get a handle of flink-streaming as I'm interested in pursuing FLINK-153

[GitHub] flink pull request: [FLINK-1450] Added fold operator for the Strea...

2015-03-13 Thread akshaydixi
Github user akshaydixi commented on the pull request: https://github.com/apache/flink/pull/481#issuecomment-79525790 Thanks @gyfora . I've added fold into GroupedDataStream and WindowedDataStream in subsequent commits. --- If your project is set up for it, you can reply to

[GitHub] flink pull request: [FLINK-1450] Added fold operator for the Strea...

2015-03-12 Thread akshaydixi
GitHub user akshaydixi opened a pull request: https://github.com/apache/flink/pull/481 [FLINK-1450] Added fold operator for the Streaming API Tried to follow the steps described in the JIRA Issue comments: - Created a FoldFunction and a RichFoldFunction - Created a

[GitHub] flink pull request: Fixed simple typos

2015-03-07 Thread akshaydixi
GitHub user akshaydixi opened a pull request: https://github.com/apache/flink/pull/463 Fixed simple typos Fixed a few typos I found while reviewing the programming guide. You can merge this pull request into a Git repository by running: $ git pull https://github.com/akshaydixi