blueChild opened a new issue #5126:
URL: https://github.com/apache/incubator-doris/issues/5126
**Describe the bug**
The third-party library fails to be downloaded during the compilation of the
third-party library:
```
Failed to download DataTables.zip
Failed to download DataTables.zip
```
**To Reproduce**
Steps to reproduce the behavior:
1. edit `build.sh `, comment the condition for compiling the third-party
library:
```shell
# build thirdparty libraries if necessary
#if [[ ! -f ${DORIS_THIRDPARTY}/installed/lib/libs2.a ]]; then
echo "Thirdparty libraries need to be build ..."
${DORIS_THIRDPARTY}/build-thirdparty.sh
#fi
```
2. build be:`sh build.sh --be --clean &`, the download file error will be
dispalyed.
3. try to browse the
https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.22 the
following message is displayed:
```
Error: Only libraries of the current release version can be used by the.
package builder. The library DataTables's current release version is 1.10.23.
Please reload the download builder page to have it use the latest libraries.
```
**Expected behavior**
The DataTables.zip should be downloaded successfully.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]