[
https://issues.apache.org/jira/browse/FLINK-38086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008558#comment-18008558
]
Sergey Nuyanzin commented on FLINK-38086:
-----------------------------------------
Merged as
[d335b24abfc9f36e2f7ce61e22ca26ec1d8d8f02|https://github.com/apache/flink/commit/d335b24abfc9f36e2f7ce61e22ca26ec1d8d8f02]
> Make ChangelogNormalize reusable if possible
> --------------------------------------------
>
> Key: FLINK-38086
> URL: https://issues.apache.org/jira/browse/FLINK-38086
> Project: Flink
> Issue Type: Technical Debt
> Components: Table SQL / Planner
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
>
> Sometimes there might be several ChangelogNormalize nodes like
> {code:sql}
> SELECT * FROM T WHERE f1 > 0
> UNION
> SELECT * FROM T WHERE f1 < 10
> {code}
> Currently filters are pushdown and changelog normalize can not be reused
--
This message was sent by Atlassian Jira
(v8.20.10#820010)