Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-25899] Add connected components example #19

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

tillrohrmann
Copy link
Contributor

This PR adds an example for calculating the connected components using Stateful Functions.

This PR needs to be ported to dev and release-3.2.

Copy link
Contributor

@igalshilman igalshilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tillrohrmann! this is a very interesting example, and really shows the versatility of StateFun!

I've left few comments for your consideration, mainly it is about the use of Java serialisation, and Types in general.

@tillrohrmann
Copy link
Contributor Author

Thanks for the review @igalshilman. I've addressed your comments and pushed an update. Merging this PR now into release-3.1, release-3.2 and dev.

@tillrohrmann tillrohrmann merged commit 9c666fd into apache:release-3.1 Feb 2, 2022
@tillrohrmann tillrohrmann deleted the connectedComponents branch February 2, 2022 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants