casionone commented on code in PR #4373: URL: https://github.com/apache/linkis/pull/4373#discussion_r1155455593
########## linkis-computation-governance/linkis-engineconn-manager/linkis-engineconn-manager-core/src/main/scala/org/apache/linkis/ecm/core/launch/ProcessEngineConnLaunch.scala: ########## @@ -151,14 +152,18 @@ trait ProcessEngineConnLaunch extends EngineConnLaunch with Logging { def getPid(): Option[String] = None protected def getCommandArgs: Array[String] = { - if ( - request.creationDesc.properties.asScala.exists { case (k, v) => - k.contains(" ") || (v != null && v.contains(" ")) - } - ) { + + val statistics = new util.HashMap[String, String]() Review Comment: val name statistics rename as wrongParamsMap -- 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: notifications-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@linkis.apache.org For additional commands, e-mail: notifications-h...@linkis.apache.org