vasia / gelly-streaming

An experimental Graph Streaming API for Apache Flink
Apache License 2.0
138 stars 44 forks source link

Exception at FoldFunction #16

Closed Zainab-Abbas closed 8 years ago

Zainab-Abbas commented 8 years ago

Following exception is thrown by updating pom file based on latest commit when we debug the code:

FoldFunction can not be a RichFunction, Please use apply(FoldFunction, WindowFunction) instead. at

vasia commented 8 years ago

Thanks for opening the issue @Zainab-Abbas. Would you like to give it a try and fix it? It looks to me we can get rid of the WrappingFunction altogether. What do you think @senorcarbone?

Zainab-Abbas commented 8 years ago

I solved the issue let me create a new pull request and you can check if its correct

vasia commented 8 years ago

Thanks @Zainab-Abbas, I've merged.