doris-flink-connector icon indicating copy to clipboard operation
doris-flink-connector copied to clipboard

[Improve] add label replace when label not meet the specifications

Open JNSimba opened this issue 1 year ago • 0 comments

Proposed changes

Issue Number: close #xxx

Problem Summary:

  1. When the table name is too long, the concatenated label will be greater than 128 characters.
  2. When the table name contains Chinese characters, it cannot be concatenated because the HTTP request header cannot contain Chinese characters.

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 [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

JNSimba avatar Oct 11 '24 10:10 JNSimba