Github user ktzoumas commented on the pull request:
https://github.com/apache/incubator-flink/pull/85#issuecomment-50726582
Thank you everyone for the terrific feedback. Lambda detection is changed
to use SerializedLambda as Stephan suggested (that was grant!).
In terms of naming, I do like Mapper, Reducer, FlatMapper, and CoGrouper.
The problematic ones are "Filterer", "Joiner", "Crosser", and "FlatJoiner". We
can live with those, or call them simply "Filter", "Join", etc, thus having an
inconsistent naming scheme (we should probably not use the name "Map" as it
would cause frequent conflicts with Java Maps).
A previous thought was MapFunctional, ReduceFunctional, etc, referring to
functional interfaces. Any thoughts on this?
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---