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 ab8cfbbfb6 [bugfix](regression-test) add some window function test (#19460) add a05dbd3f81 [chore](compile) Improves PCH cache hit ratio (#19469) No new revisions were added by this update. Summary of changes: be/CMakeLists.txt | 5 + be/src/common/CMakeLists.txt | 3 +- be/src/common/config.cpp | 1429 ++++++++++++++++++++ be/src/common/config.h | 877 +++++++----- be/src/common/configbase.cpp | 487 ------- be/src/common/configbase.h | 192 --- be/src/common/signal_handler.h | 5 +- be/src/common/version_internal.cpp | 59 + .../version_internal.h} | 30 +- be/src/http/action/config_action.cpp | 2 +- be/src/http/action/version_action.cpp | 23 +- be/src/pch/pch.h | 124 +- be/src/runtime/plan_fragment_executor.cpp | 4 +- be/src/util/debug_util.cpp | 14 +- be/test/common/config_test.cpp | 49 +- be/test/common/config_validator_test.cpp | 15 +- be/test/exprs/hybrid_set_test.cpp | 2 +- be/test/testutil/test_util.cpp | 2 +- docs/en/community/developer-guide/be-clion-dev.md | 2 +- .../community/developer-guide/be-clion-dev.md | 2 +- 20 files changed, 2152 insertions(+), 1174 deletions(-) create mode 100644 be/src/common/config.cpp delete mode 100644 be/src/common/configbase.cpp delete mode 100644 be/src/common/configbase.h create mode 100644 be/src/common/version_internal.cpp copy be/src/{exec/schema_scanner/schema_dummy_scanner.h => common/version_internal.h} (63%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org