[
https://issues.apache.org/jira/browse/FLINK-30129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-30129.
---------------------------
Resolution: Fixed
Fixed in master:
3f53ef1fad8f45083cbad34eaaf2a67fb7fa9df4...617fcaa60743cf48afb43c867450ec5e5aa1d846
> Push projection through ChangelogNormalize
> ------------------------------------------
>
> Key: FLINK-30129
> URL: https://issues.apache.org/jira/browse/FLINK-30129
> Project: Flink
> Issue Type: New Feature
> Components: Table SQL / Planner
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.18.0
>
>
> Currently, the ChangelogNormalize node is generated during the physical
> optimization phase. That means the projection is not pushed through
> ChangelogNormalize if the {{TableSource}} doesn't support
> {{SupportsProjectionPushDown}}. We can implement such optimization to reduce
> the state size (fewer columns in state value) and better throughput (only
> changes on the selected columns will be emitted).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)