peacewong commented on a change in pull request #1264: URL: https://github.com/apache/incubator-linkis/pull/1264#discussion_r777796628
########## File path: linkis-engineconn-plugins/engineconn-plugins/spark/src/main/scala/org/apache/linkis/engineplugin/spark/executor/SparkPythonExecutor.scala ########## @@ -161,7 +161,7 @@ class SparkPythonExecutor(val sparkEngineSession: SparkEngineSession, val id: In val cmd = CommandLine.parse(pythonExec) cmd.addArgument(createFakeShell(pythonScriptPath).getAbsolutePath, false) cmd.addArgument(port.toString, false) - cmd.addArgument(EngineUtils.sparkSubmitVersion().replaceAll("\\.", ""), false) Review comment: This bug can be modified by referring to the [ 0.11.0 method](https://github.com/apache/incubator-linkis/commit/0486a9abf3c2c2e1261195e41e758f5b9f0f9c78#diff-597ca2ca884fe266f156082c9c6a316435116a41c9ae56e8cbc9a56eea23fbee) -- 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: dev-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@linkis.apache.org For additional commands, e-mail: dev-h...@linkis.apache.org