[
https://issues.apache.org/jira/browse/FLINK-13075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu updated FLINK-13075:
----------------------------
Fix Version/s: 1.10.0
1.9.0
> Project pushdown rule shouldn't require the TableSource return a modified
> schema in blink planner
> -------------------------------------------------------------------------------------------------
>
> Key: FLINK-13075
> URL: https://issues.apache.org/jira/browse/FLINK-13075
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Jark Wu
> Assignee: Caizhi Weng
> Priority: Major
> Fix For: 1.9.0, 1.10.0
>
>
> As the javadoc of
> {{org.apache.flink.table.sources.ProjectableTableSource#projectFields}} said,
> the table schema of the TableSource copy must not be modified by this method.
> However, {{PushProjectIntoTableSourceScanRule}} in blink planner requires the
> returning a table source with the modified table schema. This conflict with
> the javadoc and result in the TableSource works for flink planner can't work
> for blink planner.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)