-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
LOG.error( | ||
"Cannot create newly added Paimon table " | ||
+ identifier.getFullName(), | ||
e); |
There was a problem hiding this comment.
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); ?
There was a problem hiding this comment.
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);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slf4j will internally judge the last parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
+1 |
…pache#2135) (cherry picked from commit 8764854)
Purpose
A tiny refactor for better experience on Flink UI.
Tests
API and Format
Documentation