aljoscha commented on issue #6437: [FLINK-9976][streaming] Remove unnecessary generic parameters URL: https://github.com/apache/flink/pull/6437#issuecomment-408367621 I think the Builders are done wrong. Instead of reusing the builder, the builder should be immutable and each call should return a new builder that has fields from the old builder and the new value that the user wants to set. This way we don't need to reinterpret. WDYT?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
