You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by pa...@apache.org on 2023/06/08 11:36:30 UTC

[doris] branch master updated (4faee4d8fd -> a15a0b9193)

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 4faee4d8fd [Fix](multi-catalog) Fix be crashed when query  hive table after schema changed(new column added). (#20537)
     add a15a0b9193 [Chore](build) use file(GLOB_RECURSE xxx CONFIGURE_DEPENDS) to replace set cpp (#20461)

No new revisions were added by this update.

Summary of changes:
 .clang-format-ignore                               |   4 -
 .licenserc.yaml                                    |   1 -
 be/src/agent/CMakeLists.txt                        |   9 +-
 be/src/common/CMakeLists.txt                       |  11 +-
 be/src/exec/CMakeLists.txt                         |  34 +-
 be/src/exprs/CMakeLists.txt                        |  11 +-
 be/src/http/CMakeLists.txt                         |  41 +-
 be/src/io/CMakeLists.txt                           |  42 +-
 be/src/olap/CMakeLists.txt                         |  96 +----
 .../olap/rowset/segment_v2/ngram_bloom_filter.cpp  |   6 +-
 be/src/pipeline/CMakeLists.txt                     |  47 +--
 be/src/runtime/CMakeLists.txt                      |  63 +--
 be/src/runtime/export_task_mgr.cpp                 | 230 ----------
 be/src/runtime/export_task_mgr.h                   |  81 ----
 be/src/service/CMakeLists.txt                      |  12 +-
 be/src/util/CMakeLists.txt                         |  87 +---
 be/src/util/cityhash102/city.cc                    | 468 ---------------------
 be/src/util/cityhash102/city.h                     | 104 -----
 be/src/util/cityhash102/citycrc.h                  |  48 ---
 be/src/util/cityhash102/config.h                   | 125 ------
 be/src/vec/CMakeLists.txt                          | 345 +--------------
 be/test/CMakeLists.txt                             | 291 ++-----------
 be/test/agent/agent_server_test.cpp                | 178 --------
 be/test/io/fs/remote_file_system_test.cpp          |   5 -
 be/test/olap/memtable_flush_executor_test.cpp      |  44 +-
 be/test/olap/remote_rowset_gc_test.cpp             |   3 -
 be/test/olap/row_cursor_test.cpp                   |  40 --
 be/test/olap/rowset/beta_rowset_test.cpp           |   2 +-
 be/test/runtime/export_task_mgr_test.cpp           | 216 ----------
 be/test/runtime/jsonb_value_test.cpp               |  13 +-
 be/test/runtime/large_int_value_test.cpp           |   2 +-
 .../{desc_tbl_builder.cc => desc_tbl_builder.cpp}  |   0
 be/test/tools/benchmark_tool.cpp                   | 280 ------------
 .../data_types/serde/data_type_serde_pb_test.cpp   |   8 +-
 .../vec/data_types/serde/data_type_serde_test.cpp  |   8 +-
 35 files changed, 88 insertions(+), 2867 deletions(-)
 delete mode 100644 be/src/runtime/export_task_mgr.cpp
 delete mode 100644 be/src/runtime/export_task_mgr.h
 delete mode 100644 be/src/util/cityhash102/city.cc
 delete mode 100644 be/src/util/cityhash102/city.h
 delete mode 100644 be/src/util/cityhash102/citycrc.h
 delete mode 100644 be/src/util/cityhash102/config.h
 delete mode 100644 be/test/agent/agent_server_test.cpp
 delete mode 100644 be/test/runtime/export_task_mgr_test.cpp
 rename be/test/testutil/{desc_tbl_builder.cc => desc_tbl_builder.cpp} (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org