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

ProjectJoinTransposeRule fails to push down project.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.1.0
    • Table SQL / API
    • None

    Description

          val ds1 = CollectionDataSets.getSmall3TupleDataSet(env).as('a, 'b, 'c)
          val ds2 = CollectionDataSets.get5TupleDataSet(env).as('d, 'e, 'f, 'g, 'h)
      
          val joinT = ds1.join(ds2).where('b === 'e).select('c, 'g)
      

      For this query, ProjectJoinTransposeRule should pushes a Project past a Join by splitting the projection into a projection on top of each child of the join.

      Attachments

        Issue Links

          Activity

            People

              fhueske Fabian Hueske
              chengxiang li Chengxiang Li
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: