This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bf92f67b460 [Fix](function) Fix unexpected result of unix_timestamp
when input is out of bound (#49430)
add 1a790c2fb37 [Chore](gutil) remove some gutil/strings file (#50445)
No new revisions were added by this update.
Summary of changes:
be/src/gutil/CMakeLists.txt | 3 -
be/src/gutil/strings/escaping.cc | 2005 --------------------
be/src/gutil/strings/escaping.h | 651 -------
be/src/gutil/strings/join.cc | 189 --
be/src/gutil/strings/join.h | 321 ----
be/src/gutil/strings/numbers.cc | 207 --
be/src/gutil/strings/numbers.h | 53 -
be/src/gutil/strings/strcat.cc | 235 ---
be/src/gutil/strings/strcat.h | 337 ----
be/src/http/web_page_handler.cpp | 1 -
be/src/olap/delta_writer.cpp | 1 -
be/src/olap/delta_writer_v2.cpp | 1 -
be/src/olap/memtable_writer.cpp | 1 -
be/src/olap/rowset_builder.cpp | 1 -
be/src/olap/schema_change.cpp | 1 -
be/src/olap/tablet_manager.cpp | 3 +-
be/src/olap/task/engine_storage_migration_task.cpp | 1 -
be/src/runtime/load_stream_writer.cpp | 1 -
be/src/util/cgroup_util.cpp | 6 +-
be/src/vec/data_types/data_type_number.cpp | 1 -
20 files changed, 4 insertions(+), 4015 deletions(-)
delete mode 100644 be/src/gutil/strings/escaping.cc
delete mode 100644 be/src/gutil/strings/escaping.h
delete mode 100644 be/src/gutil/strings/join.cc
delete mode 100644 be/src/gutil/strings/join.h
delete mode 100644 be/src/gutil/strings/strcat.cc
delete mode 100644 be/src/gutil/strings/strcat.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]