XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Implemented
    • None
    • None
    • Table SQL / Planner
    • None

    Description

      Currently, a projection on a watermark table can't push the projection into the source, this is because the projection can't be pushed down throgh watermark node.

      Calc(select=[a, b, rowtime])
                  :     +- WatermarkAssigner(rowtime=[rowtime], watermark=[rowtime])
                  :        +- Calc(select=[a, b, c, PROCTIME() AS proctime, rowtime])
                  :           +- TableSourceScan(table=[[default_catalog, default_database, wmTable1]], fields=[a, b, c, rowtime])
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jark Jark Wu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: