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

Stephan Ewen resolved FLINK-1290.
---------------------------------
    Resolution: Fixed

Fixed via 45fb6d82386260fef5222cff498583036db20855

> Optimizer prunes all candidates when unable to reuse sort properties
> --------------------------------------------------------------------
>
>                 Key: FLINK-1290
>                 URL: https://issues.apache.org/jira/browse/FLINK-1290
>             Project: Flink
>          Issue Type: Bug
>          Components: Optimizer
>    Affects Versions: 0.8-incubating
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 0.8-incubating
>
>
> Programs fail with an exception that no plan could be created.
> The bug can be reproduced by the following code:
> {code}
> val data : DataSet[(Long, Long)] = ...
> data.distinct(0, 1).groupBy(0).reduceGroup(...)
> {code}



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

Reply via email to