shuiqingliu commented on code in PR #10390:
URL: https://github.com/apache/inlong/pull/10390#discussion_r1637443369
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cmd/shell/ShellExecutorImpl.java:
##########
@@ -92,11 +93,26 @@ private static boolean HasException(String str) {
return false;
}
+ public void syncExec(String shellPath, boolean includeEmptyParams,
String... params) {
Review Comment:
Okay, I will remove the logic that deletes empty parameters. If we need to
delete parameters in the future, we can make the corresponding changes then
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]