arshadmohammad commented on PR #208: URL: https://github.com/apache/seatunnel-web/pull/208#issuecomment-2335128897
The primary modification in this Pull Request focuses on org.apache.seatunnel.app.utils.JobUtils#replaceJobConfigPlaceholders and its application. I am currently encountering an issue when ${configParam:default} is set in the job configuration. The ConfigFactory.parseString(jobConfigString) operation fails with the error: String: 1: Token not allowed in path expression: ':' (you can double-quote this token if you really want it here). I plan to investigate the variable substitution implementation on the Seatunnel engine side. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org