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

[doris] branch master updated (7c3c5576b9 -> 90b12143a3)

This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 7c3c5576b9 [Fix](doc) fix hive catalog docs with kerberos enabled. (#16236)
     add 90b12143a3 [refactor](remove unused code) remove runtime tuple structure and useless utils class (#16237)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/arrow/arrow_reader.cpp                 |   1 -
 be/src/exec/arrow/parquet_reader.cpp               |   1 -
 be/src/exec/base_scanner.cpp                       |   1 -
 be/src/exec/base_scanner.h                         |   1 -
 be/src/exec/es/es_scroll_parser.h                  |   1 -
 be/src/exec/olap_common.h                          |   2 +-
 be/src/exec/olap_utils.h                           |   2 +-
 be/src/exec/schema_scanner.h                       |   1 -
 be/src/exec/text_converter.cpp                     |   1 -
 be/src/exec/text_converter.hpp                     |   1 -
 be/src/olap/compaction.h                           |   1 -
 be/src/olap/memtable.cpp                           |   1 -
 be/src/olap/{tuple.h => olap_tuple.h}              |   0
 be/src/olap/row_cursor.h                           |   2 +-
 be/src/olap/tablet.h                               |   2 +-
 be/src/runtime/CMakeLists.txt                      |   1 -
 be/src/runtime/raw_value.h                         |   1 -
 be/src/runtime/tuple.cpp                           | 103 ------------
 be/src/runtime/tuple.h                             | 141 -----------------
 be/src/util/batch_process_thread_pool.hpp          | 175 ---------------------
 be/src/util/counter_cond_variable.hpp              |  83 ----------
 be/src/util/semaphore.hpp                          |  49 ------
 be/src/vec/core/block.cpp                          |   1 -
 be/src/vec/exec/scan/vfile_scanner.h               |   1 -
 be/test/CMakeLists.txt                             |   1 -
 be/test/olap/delta_writer_test.cpp                 |   1 -
 .../olap/engine_storage_migration_task_test.cpp    |   1 -
 be/test/olap/memtable_flush_executor_test.cpp      |   1 -
 be/test/olap/remote_rowset_gc_test.cpp             |   1 -
 be/test/olap/tablet_cooldown_test.cpp              |   1 -
 be/test/util/counter_cond_variable_test.cpp        |  78 ---------
 be/test/vec/exprs/vexpr_test.cpp                   |   1 -
 32 files changed, 4 insertions(+), 654 deletions(-)
 rename be/src/olap/{tuple.h => olap_tuple.h} (100%)
 delete mode 100644 be/src/runtime/tuple.cpp
 delete mode 100644 be/src/runtime/tuple.h
 delete mode 100644 be/src/util/batch_process_thread_pool.hpp
 delete mode 100644 be/src/util/counter_cond_variable.hpp
 delete mode 100644 be/src/util/semaphore.hpp
 delete mode 100644 be/test/util/counter_cond_variable_test.cpp


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