aljoscha commented on issue #8280: [FLINK-12297]Harden ClosureCleaner to handle the wrapped function URL: https://github.com/apache/flink/pull/8280#issuecomment-501663700 I added a test for a recursive class to the test in my branch: https://github.com/aljoscha/flink/commits/pr/8280-closure-cleaner As I expected, this is fine, because the recursion naturally stops at some point. The only problem I could imagine if we had a type that references itself. But that's a bit of an edge case that users should avoid. But we could add code for dealing with it if we want. Could you maybe take the changes from my branch and add them to this PR, i.e. force push those changes?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
