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 bed1ab7c19 [Feature](Nereids) Add hint to enable pre-aggregation when scan OLAP table. (#15614) add 6fdd35a6f2 [enhancement](mpp process) remove unused method and make report process more clear (#16441) No new revisions were added by this update. Summary of changes: be/src/runtime/buffer_control_block.cpp | 39 ----- be/src/runtime/buffer_control_block.h | 3 - be/src/runtime/fragment_mgr.cpp | 23 --- be/src/runtime/plan_fragment_executor.cpp | 50 ++---- be/src/runtime/plan_fragment_executor.h | 5 - be/src/runtime/result_buffer_mgr.cpp | 11 -- be/src/runtime/result_buffer_mgr.h | 2 - be/src/service/backend_service.cpp | 6 - be/src/service/backend_service.h | 2 - be/test/CMakeLists.txt | 1 - be/test/runtime/buffer_control_block_test.cpp | 184 --------------------- .../org/apache/doris/common/GenericPoolTest.java | 27 --- .../apache/doris/utframe/MockedBackendFactory.java | 7 - gensrc/thrift/BackendService.thrift | 4 - 14 files changed, 15 insertions(+), 349 deletions(-) delete mode 100644 be/test/runtime/buffer_control_block_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org