This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch auto-pick-44628-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
discard 1c3b08aa17b [enhancement](backup) Add config backup_handler_update_interval_millis (#44628) add 1a2a91a03a4 [fix](index) Fix CREATE/DROP INDEX stmt toSql #44494 (#44661) add f2689ccba14 [feat](binlog) Support rename rollup & partition binlogs #44526 (#44662) add ddaaac5b44f [Bug](runtime-filter) pick #44408 #43078 (#44686) add dd4708af47b branch-2.1: [fix](backup) Automatic adapt upload/download snapshot batch size #44560 (#44641) add 4737d4e462f [enhancement](backup) Add config backup_handler_update_interval_millis (#44628) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (1c3b08aa17b) \ N -- N -- N refs/heads/auto-pick-44628-branch-2.1 (4737d4e462f) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: be/src/exprs/runtime_filter_slots.h | 8 +++-- .../main/java/org/apache/doris/common/Config.java | 13 ++++---- .../org/apache/doris/analysis/AlterTableStmt.java | 4 +++ .../apache/doris/analysis/CreateIndexClause.java | 4 +++ .../org/apache/doris/analysis/DropIndexClause.java | 4 +++ .../java/org/apache/doris/backup/BackupJob.java | 17 ++++------ .../java/org/apache/doris/backup/RestoreJob.java | 37 +++++++--------------- .../org/apache/doris/binlog/BinlogManager.java | 18 +++++++++++ .../java/org/apache/doris/persist/EditLog.java | 12 ++++--- .../apache/doris/analysis/AlterTableStmtTest.java | 32 +++++++++++++++++++ gensrc/thrift/FrontendService.thrift | 6 ++-- 11 files changed, 104 insertions(+), 51 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org