github-actions[bot] commented on PR #27542: URL: https://github.com/apache/doris/pull/27542#issuecomment-1825490411
#### `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/6979817309") output. <details> <summary>shellcheck errors</summary> ``` 'shellcheck ' returned error 1 finding the following syntactical issues: ---------- In thirdparty/build-thirdparty.sh line 139: . "${TP_DIR}/vars.sh" ^-----------------^ SC1094 (warning): Parsing of sourced file failed. Ignoring it. In thirdparty/build-thirdparty.sh line 143: if [[ "${CLEAN}" -eq 1 ]] && [[ -d "${TP_SOURCE_DIR}" ]]; then ^--------------^ SC2154 (warning): TP_SOURCE_DIR is referenced but not assigned. In thirdparty/build-thirdparty.sh line 283: find "${TP_INSTALL_DIR}/lib64" -name "*.dylib" -delete ^---------------^ SC2154 (warning): TP_INSTALL_DIR is referenced but not assigned. In thirdparty/build-thirdparty.sh line 307: if [[ ! -f "${TP_LIB_DIR}/$1" ]]; then ^-----------^ SC2154 (warning): TP_LIB_DIR is referenced but not assigned. In thirdparty/build-thirdparty.sh line 317: check_if_source_exist "${LIBBACKTRACE_SOURCE}" ^--------------------^ SC2154 (warning): LIBBACKTRACE_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 320: CPPFLAGS="-I${TP_INCLUDE_DIR}" \ ^---------------^ SC2154 (warning): TP_INCLUDE_DIR is referenced but not assigned. In thirdparty/build-thirdparty.sh line 331: check_if_source_exist "${LIBEVENT_SOURCE}" ^----------------^ SC2154 (warning): LIBEVENT_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 359: check_if_source_exist "${OPENSSL_SOURCE}" ^---------------^ SC2154 (warning): OPENSSL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 384: check_if_source_exist "${THRIFT_SOURCE}" ^--------------^ SC2154 (warning): THRIFT_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 417: check_if_source_exist "${PROTOBUF_SOURCE}" ^----------------^ SC2154 (warning): PROTOBUF_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 449: check_if_source_exist "${GFLAGS_SOURCE}" ^--------------^ SC2154 (warning): GFLAGS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 467: check_if_source_exist "${GLOG_SOURCE}" ^------------^ SC2154 (warning): GLOG_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 497: check_if_source_exist "${GTEST_SOURCE}" ^-------------^ SC2154 (warning): GTEST_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 515: check_if_source_exist "${RAPIDJSON_SOURCE}" ^-----------------^ SC2154 (warning): RAPIDJSON_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 532: check_if_source_exist "${SNAPPY_SOURCE}" ^--------------^ SC2154 (warning): SNAPPY_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 557: check_if_source_exist "${GPERFTOOLS_SOURCE}" ^------------------^ SC2154 (warning): GPERFTOOLS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 576: check_if_source_exist "${ZLIB_SOURCE}" ^------------^ SC2154 (warning): ZLIB_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 597: check_if_source_exist "${LZ4_SOURCE}" ^-----------^ SC2154 (warning): LZ4_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 611: check_if_source_exist "${ZSTD_SOURCE}" ^------------^ SC2154 (warning): ZSTD_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 626: check_if_source_exist "${BZIP_SOURCE}" ^------------^ SC2154 (warning): BZIP_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 634: check_if_source_exist "${LZO2_SOURCE}" ^------------^ SC2154 (warning): LZO2_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 648: check_if_source_exist "${CURL_SOURCE}" ^------------^ SC2154 (warning): CURL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 671: check_if_source_exist "${RE2_SOURCE}" ^-----------^ SC2154 (warning): RE2_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 682: check_if_source_exist "${RAGEL_SOURCE}" ^-------------^ SC2154 (warning): RAGEL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 695: check_if_source_exist "${HYPERSCAN_SOURCE}" ^-----------------^ SC2154 (warning): HYPERSCAN_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 713: check_if_source_exist "${BOOST_SOURCE}" ^-------------^ SC2154 (warning): BOOST_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 732: check_if_source_exist "${MYSQL_SOURCE}" ^-------------^ SC2154 (warning): MYSQL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 778: check_if_source_exist "${LEVELDB_SOURCE}" ^---------------^ SC2154 (warning): LEVELDB_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 794: check_if_source_exist "${BRPC_SOURCE}" ^------------^ SC2154 (warning): BRPC_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 834: check_if_source_exist "${ROCKSDB_SOURCE}" ^---------------^ SC2154 (warning): ROCKSDB_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 861: check_if_source_exist "${CYRUS_SASL_SOURCE}" ^------------------^ SC2154 (warning): CYRUS_SASL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 881: check_if_source_exist "${LIBRDKAFKA_SOURCE}" ^------------------^ SC2154 (warning): LIBRDKAFKA_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 904: check_if_source_exist "${ODBC_SOURCE}" ^------------^ SC2154 (warning): ODBC_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 918: check_if_source_exist "${FLATBUFFERS_SOURCE}" ^-------------------^ SC2154 (warning): FLATBUFFERS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 947: check_if_source_exist "${CARES_SOURCE}" ^-------------^ SC2154 (warning): CARES_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 963: check_if_source_exist "${GRPC_SOURCE}" ^------------^ SC2154 (warning): GRPC_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 997: check_if_source_exist "${ARROW_SOURCE}" ^-------------^ SC2154 (warning): ARROW_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1003: export ARROW_BROTLI_URL="${TP_SOURCE_DIR}/${BROTLI_NAME}" ^------------^ SC2154 (warning): BROTLI_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1004: export ARROW_GLOG_URL="${TP_SOURCE_DIR}/${GLOG_NAME}" ^----------^ SC2154 (warning): GLOG_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1005: export ARROW_LZ4_URL="${TP_SOURCE_DIR}/${LZ4_NAME}" ^---------^ SC2154 (warning): LZ4_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1006: export ARROW_FLATBUFFERS_URL="${TP_SOURCE_DIR}/${FLATBUFFERS_NAME}" ^-----------------^ SC2154 (warning): FLATBUFFERS_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1007: export ARROW_ZSTD_URL="${TP_SOURCE_DIR}/${ZSTD_NAME}" ^----------^ SC2154 (warning): ZSTD_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1008: export ARROW_JEMALLOC_URL="${TP_SOURCE_DIR}/${JEMALLOC_ARROW_NAME}" ^--------------------^ SC2154 (warning): JEMALLOC_ARROW_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1009: export ARROW_Thrift_URL="${TP_SOURCE_DIR}/${THRIFT_NAME}" ^------------^ SC2154 (warning): THRIFT_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1010: export ARROW_SNAPPY_URL="${TP_SOURCE_DIR}/${SNAPPY_NAME}" ^------------^ SC2154 (warning): SNAPPY_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1011: export ARROW_ZLIB_URL="${TP_SOURCE_DIR}/${ZLIB_NAME}" ^----------^ SC2154 (warning): ZLIB_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1012: export ARROW_XSIMD_URL="${TP_SOURCE_DIR}/${XSIMD_NAME}" ^-----------^ SC2154 (warning): XSIMD_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1013: export ARROW_ORC_URL="${TP_SOURCE_DIR}/${ORC_NAME}" ^---------^ SC2154 (warning): ORC_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1014: export ARROW_GRPC_URL="${TP_SOURCE_DIR}/${GRPC_NAME}" ^----------^ SC2154 (warning): GRPC_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1015: export ARROW_PROTOBUF_URL="${TP_SOURCE_DIR}/${PROTOBUF_NAME}" ^--------------^ SC2154 (warning): PROTOBUF_NAME is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1080: check_if_source_exist "${ABSEIL_SOURCE}" ^--------------^ SC2154 (warning): ABSEIL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1098: check_if_source_exist "${S2_SOURCE}" ^----------^ SC2154 (warning): S2_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1121: check_if_source_exist "${BITSHUFFLE_SOURCE}" ^------------------^ SC2154 (warning): BITSHUFFLE_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1199: check_if_source_exist "${CROARINGBITMAP_SOURCE}" ^----------------------^ SC2154 (warning): CROARINGBITMAP_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1224: check_if_source_exist "${FMT_SOURCE}" ^-----------^ SC2154 (warning): FMT_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1239: check_if_source_exist "${PARALLEL_HASHMAP_SOURCE}" ^------------------------^ SC2154 (warning): PARALLEL_HASHMAP_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1246: check_if_archive_exist "${PDQSORT_FILE}" ^-------------^ SC2154 (warning): PDQSORT_FILE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1253: check_if_source_exist "${LIBDIVIDE_SOURCE}" ^-----------------^ SC2154 (warning): LIBDIVIDE_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1260: check_if_source_exist "${ORC_SOURCE}" ^-----------^ SC2154 (warning): ORC_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1289: check_if_source_exist "${CCTZ_SOURCE}" ^------------^ SC2154 (warning): CCTZ_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1303: check_if_source_exist "${DATATABLES_SOURCE}" ^------------------^ SC2154 (warning): DATATABLES_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1318: if [[ ! -f "${TSAN_HEADER_FILE}" ]]; then ^-----------------^ SC2154 (warning): TSAN_HEADER_FILE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1329: check_if_source_exist "${AWS_SDK_SOURCE}" ^---------------^ SC2154 (warning): AWS_SDK_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1370: check_if_source_exist "${LZMA_SOURCE}" ^------------^ SC2154 (warning): LZMA_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1394: check_if_source_exist "${XML2_SOURCE}" ^------------^ SC2154 (warning): XML2_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1416: check_if_source_exist "${IDN_SOURCE}" ^-----------^ SC2154 (warning): IDN_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1430: check_if_source_exist "${GSASL_SOURCE}" ^-------------^ SC2154 (warning): GSASL_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1446: check_if_source_exist "${KRB5_SOURCE}" ^------------^ SC2154 (warning): KRB5_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1466: check_if_source_exist "${HDFS3_SOURCE}" ^-------------^ SC2154 (warning): HDFS3_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1497: check_if_source_exist "${JEMALLOC_DORIS_SOURCE}" ^----------------------^ SC2154 (warning): JEMALLOC_DORIS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1517: check_if_source_exist "${LIBUNWIND_SOURCE}" ^-----------------^ SC2154 (warning): LIBUNWIND_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1539: check_if_source_exist "${BENCHMARK_SOURCE}" ^-----------------^ SC2154 (warning): BENCHMARK_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1564: check_if_source_exist "${SIMDJSON_SOURCE}" ^----------------^ SC2154 (warning): SIMDJSON_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1582: check_if_source_exist "${NLOHMANN_JSON_SOURCE}" ^---------------------^ SC2154 (warning): NLOHMANN_JSON_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1596: check_if_source_exist "${SSE2NEON_SOURCE}" ^----------------^ SC2154 (warning): SSE2NEON_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1603: check_if_source_exist "${XXHASH_SOURCE}" ^--------------^ SC2154 (warning): XXHASH_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1612: check_if_source_exist "${BINUTILS_SOURCE}" ^----------------^ SC2154 (warning): BINUTILS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1626: check_if_source_exist "${GETTEXT_SOURCE}" ^---------------^ SC2154 (warning): GETTEXT_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1643: check_if_source_exist "${CONCURRENTQUEUE_SOURCE}" ^-----------------------^ SC2154 (warning): CONCURRENTQUEUE_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1650: check_if_source_exist "${FAST_FLOAT_SOURCE}" ^------------------^ SC2154 (warning): FAST_FLOAT_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1657: check_if_source_exist "${HADOOP_LIBS_SOURCE}" ^-------------------^ SC2154 (warning): HADOOP_LIBS_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1673: check_if_source_exist "${DRAGONBOX_SOURCE}" ^-----------------^ SC2154 (warning): DRAGONBOX_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1688: check_if_source_exist "${AVX2NEON_SOURCE}" ^----------------^ SC2154 (warning): AVX2NEON_SOURCE is referenced but not assigned. In thirdparty/build-thirdparty.sh line 1696: check_if_source_exist "${LIBDEFLATE_SOURCE}" ^------------------^ SC2154 (warning): LIBDEFLATE_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 49: . "${TP_DIR}/vars.sh" ^-----------------^ SC1094 (warning): Parsing of sourced file failed. Ignoring it. In thirdparty/download-thirdparty.sh line 133: for TP_ARCH in "${TP_ARCHIVES[@]}"; do ^---------------^ SC2154 (warning): TP_ARCHIVES is referenced but not assigned. In thirdparty/download-thirdparty.sh line 138: if ! download_func "${!NAME}" "${!URL}" "${TP_SOURCE_DIR}" "${!MD5SUM}"; then ^--------------^ SC2154 (warning): TP_SOURCE_DIR is referenced but not assigned. In thirdparty/download-thirdparty.sh line 225: cd "${TP_SOURCE_DIR}/${ABSEIL_SOURCE}" ^--------------^ SC2154 (warning): ABSEIL_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 227: patch -p1 <"${TP_PATCH_DIR}/absl.patch" ^-------------^ SC2154 (warning): TP_PATCH_DIR is referenced but not assigned. In thirdparty/download-thirdparty.sh line 234: if [[ "${GLOG_SOURCE}" == "glog-0.4.0" ]]; then ^------------^ SC2154 (warning): GLOG_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 252: cd "${TP_SOURCE_DIR}/${GTEST_SOURCE}" ^-------------^ SC2154 (warning): GTEST_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 261: cd "${TP_SOURCE_DIR}/${MYSQL_SOURCE}" ^-------------^ SC2154 (warning): MYSQL_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 270: cd "${TP_SOURCE_DIR}/${LIBEVENT_SOURCE}" ^----------------^ SC2154 (warning): LIBEVENT_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 280: cd "${TP_SOURCE_DIR}/${GSASL_SOURCE}" ^-------------^ SC2154 (warning): GSASL_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 290: cd "${TP_SOURCE_DIR}/${CYRUS_SASL_SOURCE}" ^------------------^ SC2154 (warning): CYRUS_SASL_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 299: cd "${TP_SOURCE_DIR}/${ODBC_SOURCE}" ^------------^ SC2154 (warning): ODBC_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 308: if [[ "${ROCKSDB_SOURCE}" == "rocksdb-5.14.2" ]]; then ^---------------^ SC2154 (warning): ROCKSDB_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 319: if [[ "${ARROW_SOURCE}" == "arrow-apache-arrow-13.0.0" ]]; then ^-------------^ SC2154 (warning): ARROW_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 330: if [[ "${LIBRDKAFKA_SOURCE}" == "librdkafka-1.8.2" ]]; then ^------------------^ SC2154 (warning): LIBRDKAFKA_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 341: if [[ "${JEMALLOC_DORIS_SOURCE}" = "jemalloc-5.3.0" ]]; then ^----------------------^ SC2154 (warning): JEMALLOC_DORIS_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 353: if [[ "${HYPERSCAN_SOURCE}" == "vectorscan-vectorscan-5.4.7" ]]; then ^-----------------^ SC2154 (warning): HYPERSCAN_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 363: cd "${TP_SOURCE_DIR}/${AWS_SDK_SOURCE}" ^---------------^ SC2154 (warning): AWS_SDK_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 381: if [[ "${SIMDJSON_SOURCE}" = "simdjson-3.0.1" ]]; then ^----------------^ SC2154 (warning): SIMDJSON_SOURCE is referenced but not assigned. In thirdparty/download-thirdparty.sh line 391: if [[ "${BRPC_SOURCE}" == 'brpc-1.4.0' ]]; then ^------------^ SC2154 (warning): BRPC_SOURCE is referenced but not assigned. In thirdparty/vars.sh line 483: LIBDEFLATE_NAME="libdeflate-1.19.tar.gz ^-- SC1009 (info): The mentioned syntax error was in this simple command. ^-- SC1078 (warning): Did you forget to close this double quoted string? In thirdparty/vars.sh line 484: LIBDEFLATE_SOURCE="libdeflate-1.19" ^-- SC1079 (info): This is actually an end quote, but due to next char it looks suspect. In thirdparty/vars.sh line 560: if [[ "$(uname -s)" == 'Darwin' ]]; then ^-- SC1078 (warning): Did you forget to close this double quoted string? In thirdparty/vars.sh line 573: read -r -a TP_ARCHIVES <<<"${TP_ARCHIVES[*]} BINUTILS GETTEXT" ^-- SC1079 (info): This is actually an end quote, but due to next char it looks suspect. ^-- SC1073 (error): Couldn't parse this double quoted string. Fix to allow more checks. In thirdparty/vars.sh line 576: ^-- SC1072 (error): Expected end of double quoted string. Fix any mentioned problems and try again. For more information: https://www.shellcheck.net/wiki/SC1078 -- Did you forget to close this doub... https://www.shellcheck.net/wiki/SC1094 -- Parsing of sourced file failed. I... https://www.shellcheck.net/wiki/SC2154 -- ABSEIL_SOURCE is referenced but n... ---------- You can address the above issues in one of three ways: 1. Manually correct the issue in the offending shell script; 2. Disable specific issues by adding the comment: # shellcheck disable=NNNN above the line that contains the issue, where NNNN is the error code; 3. Add '-e NNNN' to the SHELLCHECK_OPTS setting in your .yml action file. ``` </details> <details> <summary>shfmt errors</summary> ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- thirdparty/vars.sh:573:66: reached EOF without closing quote " ---------- 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