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 e8d2fb6778 [feature](function)add search functions: multi_search_all_positions & multi_match_any (#13763) add 32fea672b0 [chore](gutil) remove some gutil macros and solve some macro conflict with brpc (#13954) No new revisions were added by this update. Summary of changes: be/src/agent/agent_server.cpp | 6 +- be/src/agent/agent_server.h | 2 - be/src/common/signal_handler.h | 4 +- be/src/gutil/integral_types.h | 19 ------ be/src/gutil/macros.h | 84 +------------------------- be/src/gutil/once.cc | 2 +- be/src/gutil/port.h | 58 +++--------------- be/src/gutil/strings/numbers.cc | 4 +- be/src/gutil/strings/numbers.h | 2 +- be/src/gutil/strtoint.cc | 21 ++++--- be/src/runtime/cache/result_node.cpp | 2 +- be/src/runtime/fragment_mgr.cpp | 6 +- be/src/runtime/memory/thread_mem_tracker_mgr.h | 5 +- be/src/runtime/thread_context.h | 3 +- be/src/service/brpc.h | 4 -- be/src/service/brpc_conflict.h | 48 --------------- be/src/util/threadpool.cpp | 2 +- be/src/vec/runtime/vdata_stream_recvr.cpp | 2 + be/test/util/easy_json-test.cpp | 18 ------ 19 files changed, 36 insertions(+), 256 deletions(-) delete mode 100644 be/src/service/brpc_conflict.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org