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 301640d3c0 [fix](string) fix offsets over flow for extreme large String column (#15360) add aa0f38f864 [chore](gutil) remove some gutil files and use c++ stl instead (#15357) No new revisions were added by this update. Summary of changes: be/src/gutil/CMakeLists.txt | 2 - be/src/gutil/cycleclock-inl.h | 209 ------------ be/src/gutil/once.cc | 50 --- be/src/gutil/once.h | 115 ------- be/src/gutil/sysinfo-test.cc | 71 ---- be/src/gutil/sysinfo.cc | 465 -------------------------- be/src/gutil/sysinfo.h | 67 ---- be/src/gutil/walltime.h | 206 ------------ be/src/runtime/load_channel_mgr.cpp | 1 + be/src/runtime/load_channel_mgr.h | 1 - be/src/runtime/memory/mem_tracker_limiter.cpp | 1 - be/src/runtime/threadlocal.cc | 5 +- be/src/util/jni-util.cpp | 6 +- be/src/util/thread.cpp | 5 +- be/src/util/threadpool.cpp | 4 +- be/src/util/trace.cpp | 4 +- be/src/util/trace.h | 5 +- be/test/util/threadpool_test.cpp | 5 +- be/test/util/trace_test.cpp | 1 - 19 files changed, 16 insertions(+), 1207 deletions(-) delete mode 100644 be/src/gutil/cycleclock-inl.h delete mode 100644 be/src/gutil/once.cc delete mode 100644 be/src/gutil/once.h delete mode 100644 be/src/gutil/sysinfo-test.cc delete mode 100644 be/src/gutil/sysinfo.cc delete mode 100644 be/src/gutil/sysinfo.h delete mode 100644 be/src/gutil/walltime.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org