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

Fabian Hueske updated FLINK-3233:
---------------------------------
    Assignee: Fabian Hueske

> PartitionOperator does not support expression keys on atomic types
> ------------------------------------------------------------------
>
>                 Key: FLINK-3233
>                 URL: https://issues.apache.org/jira/browse/FLINK-3233
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataSet API
>    Affects Versions: 1.0.0, 0.10.1
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>             Fix For: 1.0.0
>
>
> The following operation is not supported by the DataSet API:
> {code}
> DataSet<Integer> ints = ...
> DataSet<Integer> pInts = ints.partitionByHash("*");
> {code}
> The same is true for all other partitioning methods (range, custom). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to