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 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 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 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 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 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 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 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 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