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

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/9034587119";) 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:
   
   ----------
   --- thirdparty/download-thirdparty.sh.orig
   +++ thirdparty/download-thirdparty.sh
   @@ -108,7 +108,7 @@
                rm -f "${DESC_DIR}/${FILENAME}"
            else
                echo "Downloading ${FILENAME} from ${DOWNLOAD_URL} to 
${DESC_DIR}"
   -            if wget --no-check-certificate  "${DOWNLOAD_URL}" -O 
"${DESC_DIR}/${FILENAME}"; then
   +            if wget --no-check-certificate "${DOWNLOAD_URL}" -O 
"${DESC_DIR}/${FILENAME}"; then
                    if md5sum_func "${FILENAME}" "${DESC_DIR}" "${MD5SUM}"; then
                        STATUS=0
                        echo "Success to download ${FILENAME}"
   @@ -363,7 +363,7 @@
    cd "${TP_SOURCE_DIR}/${AWS_SDK_SOURCE}"
    if [[ ! -f "${PATCHED_MARK}" ]]; then
        if [[ "${AWS_SDK_SOURCE}" == "aws-sdk-cpp-1.11.119" ]]; then
   -        if wget --no-check-certificate  
https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/aws-crt-cpp-1.11.119.tar.gz
 -O aws-crt-cpp-1.11.119.tar.gz; then
   +        if wget --no-check-certificate 
https://doris-thirdparty-repo.bj.bcebos.com/thirdparty/aws-crt-cpp-1.11.119.tar.gz
 -O aws-crt-cpp-1.11.119.tar.gz; then
                tar xzf aws-crt-cpp-1.11.119.tar.gz
            else
                bash ./prefetch_crt_dependency.sh
   ----------
   
   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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to