You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shengkai Fang (Jira)" <ji...@apache.org> on 2021/03/09 02:17:00 UTC

[jira] [Created] (FLINK-21675) Push filter into the scan when watermark assigner is the parent of the table scan

Shengkai Fang created FLINK-21675:
-------------------------------------

             Summary: Push filter into the scan when watermark assigner is the parent of the table scan
                 Key: FLINK-21675
                 URL: https://issues.apache.org/jira/browse/FLINK-21675
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Planner
            Reporter: Shengkai Fang


When watermark assigner is the parent of the table scan, it will block rule to apply the filter push down. We can add a rule just like {{ProjectWatermarkAssignerTransposeRule}} or extend the rule like {{PushWatermarkIntoTableSourceScanAcrossCalcRule}} and {{PushWatermarkIntoTableSourceScanRule}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)