You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/27 13:22:12 UTC

[jira] [Created] (FLINK-1290) Optimizer prunes all candidates when unable to reuse sort properties

Stephan Ewen created FLINK-1290:
-----------------------------------

             Summary: 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)