This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 0e997a8 Fix a sql_parser.cup conflict by a duplicated show index stmt (#2894) add 09a4d3e [gutil] import scoped_refptr smart pointer from KUDU (#2899) No new revisions were added by this update. Summary of changes: be/src/gutil/CMakeLists.txt | 3 + be/src/gutil/arm_instruction_set_select.h | 52 ++ be/src/gutil/atomic_refcount.h | 153 ++++ be/src/gutil/cycleclock-inl.h | 215 +++++ be/src/gutil/endian.h | 304 ++++--- be/src/gutil/map-util.h | 944 ++++++++++++++++++++++ be/src/gutil/ref_counted.cc | 95 +++ be/src/gutil/ref_counted.h | 365 +++++++++ be/src/gutil/sysinfo-test.cc | 71 ++ be/src/gutil/sysinfo.cc | 474 +++++++++++ be/src/gutil/sysinfo.h | 69 ++ be/src/gutil/threading/thread_collision_warner.cc | 93 +++ be/src/gutil/threading/thread_collision_warner.h | 247 ++++++ be/src/gutil/walltime.h | 216 +++++ 14 files changed, 3169 insertions(+), 132 deletions(-) create mode 100644 be/src/gutil/arm_instruction_set_select.h create mode 100644 be/src/gutil/atomic_refcount.h create mode 100644 be/src/gutil/cycleclock-inl.h create mode 100644 be/src/gutil/map-util.h create mode 100644 be/src/gutil/ref_counted.cc create mode 100644 be/src/gutil/ref_counted.h create mode 100644 be/src/gutil/sysinfo-test.cc create mode 100644 be/src/gutil/sysinfo.cc create mode 100644 be/src/gutil/sysinfo.h create mode 100644 be/src/gutil/threading/thread_collision_warner.cc create mode 100644 be/src/gutil/threading/thread_collision_warner.h create 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