Caizhi Weng created FLINK-19908: ----------------------------------- Summary: FlinkLogicalTableSourceScan and CommonPhysicalTableSourceScan should respect source reuse config option Key: FLINK-19908 URL: https://issues.apache.org/jira/browse/FLINK-19908 Project: Flink Issue Type: Bug Components: Table SQL / Planner Reporter: Caizhi Weng Fix For: 1.12.0
Currently we have the {{table.optimizer.reuse-sub-plan-enabled}} config option to configure the reuse of sources. However {{FlinkLogicalTableSourceScan}} and {{CommonPhysicalTableSourceScan}} do not respect this option and are always reused. -- This message was sent by Atlassian Jira (v8.3.4#803005)