[ 
https://issues.apache.org/jira/browse/FLINK-38358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yanquan Lv resolved FLINK-38358.
--------------------------------
    Fix Version/s: cdc-3.5.0
       Resolution: Fixed

Fixed in master via b9437bf39c26e2219d2f8a9160222e183341e7df.

> Ignore trailing spaces in table capturing rules
> -----------------------------------------------
>
>                 Key: FLINK-38358
>                 URL: https://issues.apache.org/jira/browse/FLINK-38358
>             Project: Flink
>          Issue Type: Improvement
>          Components: Flink CDC
>    Affects Versions: cdc-3.1.0, cdc-3.2.0, cdc-3.1.1, cdc-3.3.0, cdc-3.2.1, 
> cdc-3.4.0
>            Reporter: Yanquan Lv
>            Assignee: Yanquan Lv
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: cdc-3.5.0
>
>
> Currently, when configuring MySQL Source table parameters, redundant spaces 
> at both ends are not automatically removed.
> For example, user may config their job like:
> {code:java}
> source:
>   type: mysql
>   hostname: host
>   port: 3306
>   username: xx
>   password: xx
>   tables:  foo.bar , foo.baz {code}
> and expect to capture the changes of `foo.bar` and `foo.baz`. 
> However, these two tables will not be matched correctly now.



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

Reply via email to