This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from ffe27baeaf [FAQ](docs) add a FAQ about hive catalog occurring UnknownHostException (#19182) add ec517a53a8 [Chore](build) upgrade clang-format version to 16 && move thrift to fe-common (#19155) No new revisions were added by this update. Summary of changes: .github/actions/action-sh-checker | 2 +- .github/actions/ccache-action | 2 +- .github/actions/clang-format-lint-action | 2 +- .github/actions/clang-tidy-review | 2 +- .github/actions/get-workflow-origin | 2 +- .github/actions/paths-filter | 2 +- .github/workflows/be-ut-clang.yml | 2 +- .github/workflows/build-thirdparty.yml | 2 +- .github/workflows/clang-format.yml | 2 +- .github/workflows/code-checks.yml | 2 +- .gitignore | 4 +- be/src/common/factory_creator.h | 46 ++++++++++++++-------- be/src/olap/rowset/segment_v2/segment_writer.cpp | 2 +- be/src/pipeline/exec/operator.h | 22 +++++++---- be/src/vec/common/hash_table/hash.h | 10 +++-- be/src/vec/functions/like.cpp | 2 +- bin/start_fe.sh | 2 +- build-for-release.sh | 3 +- build-support/check-format.sh | 2 +- build-support/clang-format.sh | 2 +- build.sh | 9 ++--- build_plugin.sh | 2 +- contrib/udf/build_udf.sh | 1 - dist/download_scripts/download_base.sh | 2 +- docker/thirdparties/run-thirdparties-docker.sh | 3 -- .../docs/install/source-install/compilation-win.md | 2 +- .../docs/install/source-install/compilation-win.md | 2 +- env.sh | 10 ++--- fe/fe-common/pom.xml | 20 ---------- .../apache/doris/utframe/TestWithFeService.java | 7 ++-- fs_brokers/apache_hdfs_broker/bin/start_broker.sh | 2 +- gensrc/script/gen_build_version.sh | 2 +- run-be-ut.sh | 2 +- run-fe-ut.sh | 8 ++++ run-regression-test.sh | 3 +- samples/insert/shell/insert_utils.sh | 3 +- tools/clickbench-tools/create-clickbench-table.sh | 2 +- tools/clickbench-tools/load-clickbench-data.sh | 3 +- tools/clickbench-tools/run-clickbench-queries.sh | 2 +- tools/restore_tablet_tool.sh | 1 - tools/ssb-tools/bin/create-ssb-tables.sh | 3 +- tools/ssb-tools/bin/gen-ssb-data.sh | 3 +- tools/ssb-tools/bin/load-ssb-data.sh | 3 +- tools/ssb-tools/bin/run-ssb-flat-queries.sh | 3 +- tools/ssb-tools/bin/run-ssb-queries.sh | 3 +- tools/tpcds-tools/bin/create-tpcds-tables.sh | 2 +- tools/tpcds-tools/bin/gen-tpcds-data.sh | 2 +- tools/tpcds-tools/bin/gen-tpcds-queries.sh | 2 +- tools/tpcds-tools/bin/load-tpcds-data.sh | 2 +- tools/tpcds-tools/bin/run-tpcds-queries.sh | 2 +- tools/tpch-tools/bin/create-tpch-tables.sh | 3 +- tools/tpch-tools/bin/gen-tpch-data.sh | 3 +- tools/tpch-tools/bin/load-tpch-data.sh | 3 +- tools/tpch-tools/bin/run-tpch-queries.sh | 3 +- 54 files changed, 115 insertions(+), 123 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org