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 f5d25ba1423 [opt](cloud) Support cached cloud partition version for 
high frequency query (#50439)
     add 1d17446e6a3 [Chore](gutil) remove gutil split/strip/util/stringpiece 
(#50572)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/tablet_info.cpp                        |    2 +-
 be/src/gutil/CMakeLists.txt                        |    4 -
 be/src/gutil/strings/numbers.cc                    |  240 ----
 be/src/gutil/strings/numbers.h                     |   58 -
 be/src/gutil/strings/split.cc                      |  985 ----------------
 be/src/gutil/strings/split.h                       | 1149 -------------------
 be/src/gutil/strings/split_internal.h              |  407 -------
 be/src/gutil/strings/stringpiece.cc                |  213 ----
 be/src/gutil/strings/stringpiece.h                 |  328 ------
 be/src/gutil/strings/strip.cc                      |  376 ------
 be/src/gutil/strings/strip.h                       |  259 -----
 be/src/gutil/strings/util.cc                       | 1205 --------------------
 be/src/gutil/strings/util.h                        |  483 --------
 be/src/http/action/batch_download_action.cpp       |    5 +-
 be/src/http/http_channel.cpp                       |    9 +-
 be/src/http/http_client.cpp                        |    4 +-
 be/src/http/utils.cpp                              |    4 +-
 be/src/http/web_page_handler.cpp                   |   11 +-
 be/src/index-tools/index_tool.cpp                  |    1 -
 be/src/io/file_factory.cpp                         |    8 +-
 be/src/olap/options.cpp                            |   19 +-
 be/src/olap/rowset/segcompaction.cpp               |    1 -
 .../olap/rowset/segment_v2/inverted_index_desc.cpp |    1 -
 .../olap/rowset/segment_v2/inverted_index_reader.h |    4 +-
 .../rowset/segment_v2/inverted_index_writer.cpp    |    1 -
 .../olap/rowset/segment_v2/inverted_index_writer.h |    1 -
 be/src/olap/single_replica_compaction.cpp          |    4 +-
 be/src/olap/tablet_meta.h                          |    3 +-
 be/src/olap/tablet_meta_manager.h                  |    1 -
 be/src/olap/tablet_schema.h                        |   19 +-
 be/src/olap/task/engine_clone_task.cpp             |    7 +-
 be/src/olap/types.h                                |    1 -
 be/src/olap/wal/wal_manager.cpp                    |    4 +-
 be/src/olap/wal/wal_table.cpp                      |    4 +-
 be/src/runtime/exec_env_init.cpp                   |    2 +-
 be/src/runtime/fold_constant_executor.cpp          |    2 +-
 be/src/runtime/routine_load/data_consumer.cpp      |    4 +-
 be/src/runtime/small_file_mgr.cpp                  |    4 +-
 be/src/runtime/snapshot_loader.cpp                 |    4 +-
 be/src/runtime/user_function_cache.cpp             |    1 -
 be/src/service/arrow_flight/flight_sql_service.cpp |    4 +-
 be/src/service/backend_options.cpp                 |    5 +-
 be/src/service/backend_service.cpp                 |    4 +-
 be/src/tools/meta_tool.cpp                         |    3 +-
 be/src/util/cgroup_util.cpp                        |   15 +-
 be/src/util/disk_info.cpp                          |    4 +-
 be/src/util/mem_info.cpp                           |    5 +-
 be/src/util/os_util.cpp                            |    5 +-
 be/src/util/path_util.cpp                          |    9 +-
 be/src/util/s3_uri.cpp                             |   19 +-
 be/src/util/string_util.cpp                        |    5 +-
 be/src/util/system_metrics.cpp                     |   22 +-
 be/src/vec/exec/format/wal/wal_reader.cpp          |    5 +-
 be/src/vec/functions/function_bitmap.cpp           |   20 +-
 be/src/vec/functions/function_string.h             |    4 +-
 be/src/vec/functions/function_timestamp.cpp        |    2 +-
 be/test/http/http_client_test.cpp                  |    3 +-
 .../serde/data_type_serde_arrow_test.cpp           |    2 +-
 dist/LICENSE-dist.txt                              |    6 -
 59 files changed, 129 insertions(+), 5851 deletions(-)
 delete mode 100644 be/src/gutil/strings/split.cc
 delete mode 100644 be/src/gutil/strings/split.h
 delete mode 100644 be/src/gutil/strings/split_internal.h
 delete mode 100644 be/src/gutil/strings/stringpiece.cc
 delete mode 100644 be/src/gutil/strings/stringpiece.h
 delete mode 100644 be/src/gutil/strings/strip.cc
 delete mode 100644 be/src/gutil/strings/strip.h
 delete mode 100644 be/src/gutil/strings/util.cc
 delete mode 100644 be/src/gutil/strings/util.h


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

Reply via email to