This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 36cea89c22 [Fix](planner)support delete conditions contain non-key columns and add check in analyze phase for delete. (#22673) add 22cbf43b14 [Improvement](binlog) Add full/incr engine clone with binlog (#22678) No new revisions were added by this update. Summary of changes: be/src/http/action/download_binlog_action.cpp | 2 +- be/src/olap/binlog.h | 41 ++++--- be/src/olap/pb_helper.h | 73 +++++++++++++ be/src/olap/rowset/rowset_meta_manager.cpp | 152 +++++++++++++++++++++++++- be/src/olap/rowset/rowset_meta_manager.h | 20 +++- be/src/olap/snapshot_manager.cpp | 61 +++++++++++ be/src/olap/tablet.cpp | 18 ++- be/src/olap/tablet.h | 7 +- be/src/olap/tablet_manager.cpp | 52 ++++++++- be/src/olap/task/engine_clone_task.cpp | 47 +++++++- gensrc/proto/olap_file.proto | 14 +++ gensrc/thrift/AgentService.thrift | 1 + 12 files changed, 458 insertions(+), 30 deletions(-) create mode 100644 be/src/olap/pb_helper.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org