Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1290

Optimizer prunes all candidates when unable to reuse sort properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • API / DataSet
    • None

    Description

      Programs fail with an exception that no plan could be created.
      The bug can be reproduced by the following code:

      val data : DataSet[(Long, Long)] = ...
      
      data.distinct(0, 1).groupBy(0).reduceGroup(...)
      

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: