[
https://issues.apache.org/jira/browse/FLINK-6035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Knauf updated FLINK-6035:
------------------------------------
Priority: Minor (was: Trivial)
In https://issues.apache.org/jira/browse/FLINK-22028 the "Trivial" priority
will be dropped. Therefore I changed the priority of this ticket to Minor.
> Sinks need optional name parameter: .collect(name), .count(name)
> ----------------------------------------------------------------
>
> Key: FLINK-6035
> URL: https://issues.apache.org/jira/browse/FLINK-6035
> Project: Flink
> Issue Type: Bug
> Components: API / DataSet
> Affects Versions: 1.2.0
> Reporter: Luke Hutchison
> Priority: Minor
>
> If I call
> {code}
> dataSet.groupBy(0).name("group by key")
> {code}
> I get an error message like
> {noformat}
> The method name(String) is undefined for the type
> UnsortedGrouping<Tuple4<String,String,String,Float>>
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)