Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature][Connector-V2-Doris] Could seatunnel provide some name conversion strategies in source/sink? #7141

Open
3 tasks done
chess3cake opened this issue Jul 9, 2024 · 1 comment
Labels

Comments

@chess3cake
Copy link

chess3cake commented Jul 9, 2024

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

Pre issue:

  1. Transform does not support multi-source.
  2. Doris-Sink’s create-template is not case-insensitive.
  3. In the doris best prictice ,The database/table names should be in lowercase
  4. In our old systems,some databases/tables are mixing uppercase and lowercase.

What I want;
After I synchronize old tables to the doris,I want the doris‘s database/table/columen names are in the same pattern.
Could doris source/sink provide some name conversion strategies to customized unified name specification?

What I have already achieved now:
In DorisSeatunnelRowSerializer
image

In DorisSinkFactory

image

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Copy link

github-actions bot commented Aug 9, 2024

This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

@github-actions github-actions bot added the stale label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant