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 59a0f80233 [Improve](array-function)Improve array function intersect
(#20085)
add 7dc7ed97eb [Chore](build) remove some unused code and remove some wno
(#20326)
No new revisions were added by this update.
Summary of changes:
LICENSE.txt | 40 -
be/CMakeLists.txt | 13 +-
be/src/agent/task_worker_pool.cpp | 5 +-
be/src/agent/user_resource_listener.cpp | 5 +-
be/src/common/logging.h | 38 +-
be/src/gutil/CMakeLists.txt | 1 -
be/src/gutil/dynamic_annotations.c | 44 -
be/src/gutil/dynamic_annotations.h | 30 -
be/src/gutil/linux_syscall_support.h | 2777 ---------------
be/src/gutil/spinlock_internal.cc | 125 -
be/src/gutil/spinlock_internal.h | 61 -
be/src/gutil/spinlock_linux-inl.h | 98 -
be/src/gutil/spinlock_posix-inl.h | 61 -
be/src/gutil/spinlock_win32-inl.h | 52 -
be/src/gutil/valgrind.h | 3716 --------------------
be/src/http/action/check_rpc_channel_action.cpp | 4 +-
be/src/http/action/stream_load.cpp | 6 +-
be/src/http/action/stream_load_2pc.cpp | 3 +-
be/src/http/action/tablets_distribution_action.cpp | 4 +-
be/src/io/fs/broker_file_reader.cpp | 2 +-
be/src/io/fs/broker_file_system.cpp | 12 +-
be/src/io/fs/broker_file_writer.cpp | 4 +-
be/src/olap/base_compaction.cpp | 5 -
be/src/olap/compaction.cpp | 7 -
be/src/olap/cumulative_compaction.cpp | 6 -
be/src/olap/single_replica_compaction.cpp | 9 -
be/src/olap/storage_engine.cpp | 1 -
be/src/olap/tablet.cpp | 6 -
be/src/olap/tablet_manager.cpp | 3 -
be/src/runtime/broker_mgr.cpp | 2 +-
be/src/runtime/thread_context.h | 7 +-
be/src/util/cidr.cpp | 2 +-
be/src/util/hash_util.hpp | 7 +
be/src/util/trace.h | 31 -
.../aggregate_function_java_udaf.h | 20 +-
be/src/vec/runtime/vdata_stream_recvr.cpp | 2 +-
be/test/CMakeLists.txt | 1 -
be/test/util/trace_test.cpp | 130 -
dist/LICENSE-dist.txt | 40 -
39 files changed, 75 insertions(+), 7305 deletions(-)
delete mode 100644 be/src/gutil/linux_syscall_support.h
delete mode 100644 be/src/gutil/spinlock_internal.cc
delete mode 100644 be/src/gutil/spinlock_internal.h
delete mode 100644 be/src/gutil/spinlock_linux-inl.h
delete mode 100644 be/src/gutil/spinlock_posix-inl.h
delete mode 100644 be/src/gutil/spinlock_win32-inl.h
delete mode 100644 be/src/gutil/valgrind.h
delete mode 100644 be/test/util/trace_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]