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

[flink][cdc] Add operator and transformation name for cdc pipeline #2135

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

yuzelin
Copy link
Contributor

@yuzelin yuzelin commented Oct 16, 2023

Purpose

A tiny refactor for better experience on Flink UI.

Tests

API and Format

Documentation

Comment on lines 103 to 106
LOG.error(
"Cannot create newly added Paimon table "
+ identifier.getFullName(),
e);
Copy link
Contributor

Choose a reason for hiding this comment

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

LOG.error("Cannot create newly added Paimon table: {}.", identifier.getFullName(), e); ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems this method will consider the exception as the second string argument?

@param format the format string
@param arg1   the first argument
@param arg2   the second argument
public void error(String format, Object arg1, Object arg2);

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That makes sense.

Copy link
Contributor

@zhuangchong zhuangchong left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 8764854 into apache:master Oct 17, 2023
8 checks passed
@yuzelin yuzelin deleted the cdc_pip_name branch October 17, 2023 08:25
pongandnoon pushed a commit to tongcheng-elong/incubator-paimon that referenced this pull request Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants