-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version #3160
Conversation
@@ -96,7 +95,8 @@ protected final void close(List<? extends Plugin<E>>... plugins) { | |||
protected void showAsciiLogo() { | |||
String printAsciiLogo = System.getenv("SEATUNNEL_PRINT_ASCII_LOGO"); | |||
if ("true".equalsIgnoreCase(printAsciiLogo)) { | |||
AsciiArtUtils.printAsciiArt(Constants.LOGO); |
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.
Remove unused code?
https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-core/seatunnel-core-base/src/main/java/org/apache/seatunnel/core/base/utils/AsciiArtUtils.java
https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/utils/AsciiArtUtils.java
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.
ok ,that sounds good;
Please refer to Coding Guide and change your pull request titile. Thx. |
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.
LGTM
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
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.
LGTM
…apache#3160) * [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version * [Improve][Core] remove unuse class
…apache#3160) * [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version * [Improve][Core] remove unuse class
…apache#3160) * [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version * [Improve][Core] remove unuse class
Purpose of this pull request
#3153
Check list
New License Guide