github-actions[bot] commented on PR #23406:
URL: https://github.com/apache/doris/pull/23406#issuecomment-1690021674

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/5952327758";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   'shellcheck ' found no issues.
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   --- bin/start_be.sh.orig
   +++ bin/start_be.sh
   @@ -94,9 +94,9 @@
    custom_extension_folder="${DORIS_HOME}/lib/java_extensions/custom_extension"
    
    if [[ -d "${custom_extension_folder}" ]]; then
   -  for file in "${custom_extension_folder}"/*.jar ; do
   -    export DORIS_CLASSPATH="${DORIS_CLASSPATH}:${file}"
   -  done
   +    for file in "${custom_extension_folder}"/*.jar; do
   +        export DORIS_CLASSPATH="${DORIS_CLASSPATH}:${file}"
   +    done
    fi
    
    if [[ -d "${DORIS_HOME}/lib/hadoop_hdfs/" ]]; then
   ----------
   
   You can reformat the above files to meet shfmt's requirements by typing:
   
     shfmt  -w filename
   
   
   ```
   </details>
   
   
   


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