Skip to content

Conversation

@KawYang
Copy link
Contributor

@KawYang KawYang commented Nov 25, 2024

Purpose of this pull request

image

Check list

@davidzollo davidzollo added the First-time contributor First-time contributor label Dec 5, 2024
@dingerkingh
Copy link

This is awesome - so looking forward to this!

Doris:
businessMode:
- DATA_INTEGRATION
- DATA_REPLICA
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the 2.3.8 documentation Doris does not support stream so DATA_REPLICA should not be added here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

String escapeCharacter = matcher.group(1);
String placeholderName = matcher.group(2);

if (SKIP_MATCH_KEY.contains(placeholderName.toUpperCase())) {
Copy link
Collaborator

@arshadmohammad arshadmohammad Jan 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the scenario, why want to skip placeholder pattern maching?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SEATUNEL has several placeholders for the sink in version 2.3.8, such as table_name. Details: https://seatunnel.apache.org/docs/2.3.8/concept/sink-options-placeholders

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time contributor First-time contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants