apache / doris-flink-connector

Flink Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
330 stars 226 forks source link

[fix](oracle-cdc) fix oracle regular expresion too long #505

Closed JNSimba closed 3 weeks ago

JNSimba commented 3 weeks ago

Proposed changes

Issue Number: close #xxx

Problem Summary:

When it is not a single-sink, and includeTable=.* and the table name is schema.(tbl1|tbl2), it may exceed the limit of 512 and an error will be reported. Caused by: java.sql.SQLException: ORA-12733: regular expression too long,

Checklist(Required)

  1. Does it affect the original behavior: (Yes/No/I Don't know)
  2. Has unit tests been added: (Yes/No/No Need)
  3. Has document been added or modified: (Yes/No/No Need)
  4. Does it need to update dependencies: (Yes/No)
  5. Are there any changes that cannot be rolled back: (Yes/No)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...