You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/07/28 07:43:00 UTC

[jira] [Closed] (FLINK-1140) Add a flatmap that returns an Iterable instead of aggregation to a collector

     [ https://issues.apache.org/jira/browse/FLINK-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek closed FLINK-1140.
-----------------------------------
    Resolution: Abandoned

I'm closing this as "Abandoned", since there is no more activity and the code base has moved on quite a bit. Please re-open this if you feel otherwise and work should continue.

> Add a flatmap that returns an Iterable instead of aggregation to a collector 
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-1140
>                 URL: https://issues.apache.org/jira/browse/FLINK-1140
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / DataSet
>    Affects Versions: 0.8.0
>            Reporter: Márton Balassi
>            Assignee: Márton Balassi
>            Priority: Major
>
> This would enable more concise lambda function usage like the flatmap here:
> flatMap(sentence -> Arrays.asList(sentence.split(" ")))



--
This message was sent by Atlassian Jira
(v8.3.4#803005)