fuweng11 commented on code in PR #10390:
URL: https://github.com/apache/inlong/pull/10390#discussion_r1637435858


##########
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:
   If the string is allowed to be empty, then modify the deletion logic of the 
original merge method instead of setting this parameter.



-- 
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]

Reply via email to