chuanqi opened a new issue, #40292:
URL: https://github.com/apache/doris/issues/40292

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   The operating system is CentOS Linux release 7.9.2009 (Core)
   
   ### What's Wrong?
   
   line 136 reports an error. `backup_session_variables() {
       touch "${backup_session_variables_file}"
       while IFS= read -r line; do
           k="${line/set global /}"
           k="${k%=*}"
           v=$(get_session_variable "${k}")
           echo "set global ${k}=${v};" >>"${backup_session_variables_file}"
       done < <(grep -v '^ *#' <"${TPCH_OPT_CONF}")
   }`
     This code  ` done < <(grep -v '^ *#' <"${TPCH_OPT_CONF}")`   reports the 
following error: Line 136: There is a syntax error near the unexpected symbol 
'<'
   
   ### What You Expected?
   
   no error.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to