You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use --excluding-tables flag but not use --including-tables flag with --single-sink flag,the mysql flink cdc source will get the --table-name with value: ((svc_dw)\.(null))(?!(svc_dw\.(upload_histories|supported_schemas))$)
What You Expected?
Start the flink job successfully with --single-sink and --excluding-tables flags.
How to Reproduce?
Start a flink job with --single-sink and --excluding-tables flags and without --including-tables flag.
Search before asking
Version
Doris flink connector: flink-doris-connector-1.17-1.5.0
What's Wrong?
When I use
--single-sink
flag to start my flink job, the task will report error:I try to figure out the question and I found the code that causes the question:
If I use
--excluding-tables
flag but not use--including-tables
flag with--single-sink
flag,the mysql flink cdc source will get the--table-name
with value:((svc_dw)\.(null))(?!(svc_dw\.(upload_histories|supported_schemas))$)
What You Expected?
Start the flink job successfully with
--single-sink
and--excluding-tables
flags.How to Reproduce?
Start a flink job with
--single-sink
and--excluding-tables
flags and without--including-tables
flag.Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: