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 bb5258d960b [chore](test) add some debug info (#50932)
     add e112afb62a8 [Chore](build) add macro undef check and remove 
dynamic_annotations/stringprintf (#50857)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |   2 +-
 be/src/glibc-compatibility/CMakeLists.txt          |  13 +-
 be/src/gutil/CMakeLists.txt                        |   2 -
 be/src/gutil/atomicops-internals-gcc.h             |   2 -
 be/src/gutil/basictypes.h                          |  24 -
 be/src/gutil/dynamic_annotations.c                 | 129 ----
 be/src/gutil/dynamic_annotations.h                 | 662 ---------------------
 be/src/gutil/ref_counted.h                         |   9 -
 be/src/gutil/stringprintf.cc                       | 135 -----
 be/src/gutil/stringprintf.h                        |  46 --
 be/src/gutil/strings/numbers.cc                    | 387 ------------
 be/src/gutil/strings/numbers.h                     | 184 ------
 be/src/olap/selection_vector.h                     | 165 -----
 be/src/util/bitmap.cpp                             |  20 -
 be/src/util/bitmap.h                               |   7 -
 be/src/util/cgroup_util.cpp                        |  38 +-
 be/src/util/cpu_info.cpp                           |  35 +-
 be/src/util/debug/sanitizer_scopes.h               |  41 --
 be/src/util/easy_json.cc                           |   2 +-
 be/src/util/easy_json.h                            |  12 +-
 be/src/util/errno.cpp                              |   6 -
 be/src/util/faststring.h                           |   2 +-
 be/src/util/perf_counters.cpp                      |  13 +-
 be/src/util/thread.cpp                             |  49 +-
 be/src/util/threadpool.cpp                         |   3 -
 be/src/vec/common/arena.h                          |   7 +-
 be/src/vec/common/arena_with_free_lists.h          |   5 +-
 be/src/vec/common/demangle.cpp                     |   2 +-
 .../exec/format/parquet/vparquet_group_reader.cpp  |   1 -
 be/test/CMakeLists.txt                             |   3 +
 be/test/olap/ordered_data_compaction_test.cpp      |   1 -
 be/test/olap/primary_key_index_test.cpp            |   1 -
 be/test/olap/selection_vector_test.cpp             |  44 --
 be/test/vec/olap/vertical_compaction_test.cpp      |   1 -
 34 files changed, 76 insertions(+), 1977 deletions(-)
 delete mode 100644 be/src/gutil/basictypes.h
 delete mode 100644 be/src/gutil/dynamic_annotations.c
 delete mode 100644 be/src/gutil/dynamic_annotations.h
 delete mode 100644 be/src/gutil/stringprintf.cc
 delete mode 100644 be/src/gutil/stringprintf.h
 delete mode 100644 be/src/olap/selection_vector.h
 delete mode 100644 be/src/util/debug/sanitizer_scopes.h
 delete mode 100644 be/test/olap/selection_vector_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to