zentol commented on issue #11764: [FLINK-17023][scripts] Fix format checking of extractExecutionParams in config.sh URL: https://github.com/apache/flink/pull/11764#issuecomment-614611996 Not sure I understand the problem, `extractExecutionParams` is only ever called for a single line. ``` jvm_params=$(extractExecutionParams "$(echo "$params_output" | head -n 1)") dynamic_configs=$(extractExecutionParams "$(echo "$params_output" | tail -n 1)") ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services