[ 
https://issues.apache.org/jira/browse/FLINK-36093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898122#comment-17898122
 ] 

Leonard Xu edited comment on FLINK-36093 at 11/19/24 3:51 AM:
--------------------------------------------------------------

master:5db16ba30ce40d52cb5d76fcdce18a10da1c4cad
3.2: c65b940ea518108ea72cbe8d0436c0bb3d3130b4



was (Author: leonard xu):
master:5db16ba30ce40d52cb5d76fcdce18a10da1c4cad
3.2: TODO


> PreTransform operator wrongly filters out columns when multiple transform 
> rules were defined
> --------------------------------------------------------------------------------------------
>
>                 Key: FLINK-36093
>                 URL: https://issues.apache.org/jira/browse/FLINK-36093
>             Project: Flink
>          Issue Type: Improvement
>          Components: Flink CDC
>    Affects Versions: cdc-3.1.1
>            Reporter: yux
>            Assignee: MOBIN
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: cdc-3.3.0, cdc-3.2.1
>
>
> Currently, such transform rule could not work:
> ```yaml
> transform:
>   - projection: 'A' as result
>     filter: tag >= 0
>   - projection: score as result
>     filter: tag < 0
> ```
> Here, `score` column will be filtered out in PreTransform stage, since it 
> wasn't referenced in the first transform rule. As a result, the following 
> transform rule will fail since `score` does not exist in PostTransform 
> operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to