rickchengx commented on PR #13930: URL: https://github.com/apache/dolphinscheduler/pull/13930#issuecomment-1512338350
1. For user command `perl -Mbignum=bpi -wle 'print bpi(2000)'` what will be actually executed in the pod? It seems that it will be `perl -Mbignum=bpi -wle print bpi(2000)` in this PR? I'm not sure if I understand correctly 2. Could you please add some test results (E.g., the parsed yaml or screenshots) for the following commands (3 types of quotes) ``` echo `ls -la` cat /etc/hosts | grep "some word" echo '$SHELL' ``` -- 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]
