You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2019/10/24 10:57:24 UTC

[incubator-doris] branch master updated (4848c94 -> 0bcfdda)

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

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


    from 4848c94  Fix bug that unable to add bloom filter columns (#2054)
     add 0bcfdda  Remove clear_alter_task (#2056)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/agent_server.cpp                | 15 ------
 be/src/agent/agent_server.h                  |  1 -
 be/src/agent/task_worker_pool.cpp            | 56 --------------------
 be/src/agent/task_worker_pool.h              |  1 -
 be/src/common/config.h                       |  2 -
 be/src/olap/CMakeLists.txt                   |  1 -
 be/src/olap/storage_engine.cpp               |  2 -
 be/src/olap/tablet_manager.cpp               | 40 ---------------
 be/src/olap/tablet_manager.h                 |  2 -
 be/src/olap/task/engine_clear_alter_task.cpp | 76 ----------------------------
 be/src/olap/task/engine_clear_alter_task.h   | 48 ------------------
 11 files changed, 244 deletions(-)
 delete mode 100644 be/src/olap/task/engine_clear_alter_task.cpp
 delete mode 100644 be/src/olap/task/engine_clear_alter_task.h


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