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

yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    omit 055624ee6b3 Add workload group id in workload policy's property 
(#33483)
    omit 5985266fb44 [fix](Nereids) dphyper support evaluate join that has one 
side condition (#33702)
    omit e9eccb08a5a [minor](Nereids): remove useless stream filter() in 
Translator (#33758)
    omit 5045caf10ea [fix](conf) make be conf disable_storage_page_cache 
modifiable (#33773)
    omit fb54f8ad2db [fix](inverted index) normal process query for null 
condition when index is missing (#33663)
    omit bdf9bf0e9fb [improvement](spill) avoid occuping too much memory while 
spill build block during the hash join build phase (#33747)
    omit d6a6b37f19e [shuffle](minor) Log error status if exchange is shutdown 
early (#33748)
    omit 560f325dddb [chore](variable) update nereids timeout second default 
value to 30 (#33749)
    omit eab05ebed51 [fix](restore) add indexes as part of table signature 
(#33650)
    omit 5ca0b43e3a0 [enhancement](auditlog) ignore any errors in write audit 
log (#33750)
    omit 6fa2c6c5ecb  [feature](windows function)Improve error handling for 
window functions (#33673)
    omit e6725e99e38 [Fix](inverted index) fix memory leak when inverted index 
writer not close (#33724)
    omit 63b3e8b0b17 [fix](test) remove array_intersect case since its result 
is not stable (#33742)
    omit 223af45351f [Fix](Json type) forbit schema change adding JSON columns 
with none null default value (#33686)
    omit 77d7df9d0b3 [refactor](pipelineX) Reduce prepare overhead (PART III) 
(#33689)
    omit 34984539637 [FIX](load)fix load with split-by-string (#33713)
    omit 7e0b808622d [Improvement](runtime-filter) make sync rf size work when 
need_local_merge (#33717)
    omit ce971b1da46 [fix](chore) update some CHECK to CHECK_EQ, to print more 
details while CHECK failed (#33709)
    omit 060eaaf3d94 [test](xor) add test for xor #33731
    omit 2dccf9fd1e6 [fix](move-memtable) close wait on all sinks (#33710)
    omit ef4cc599df1 Improve analyze mv/mtmv wait row count report logic. 
(#33695)
    omit 895b3a6f7ab [Fix](executor)Fix routine load failed when can not find 
group (#33596)
    omit 6ce8267ce7a [fix](restore) Reset index id for restore (#33648)
    omit e9e46995cce [branch-2.1](regression-test) fix test_chema_change_fail 
(#33753) #33788
    omit e61848d728b [opt](meta-cache) refine the meta cache (#33449) (#33754)
    omit 7a04785b905 [opt](inverted index) topn opt reads only limit number of 
records (#33665)
    omit ec2bf8b3de0 fix compile
    omit 09a0c07e75d [improve](CI)Core modules require maintainer review 
(#32468)
    omit 2181a293408 (Fix)(nereids) modify create view privilege check error 
message (#33669)
    omit 5e309894d4d [opt](Nereids) auto fallback when meet udf override 
(#33708)
    omit 71a18663c48 [fix](Nereids) could not query variant that not from table 
(#33704)
    omit 775ffdfc5bf [docker](hive) add hive3 docker compose and modify scripts 
(#33115)
    omit 86402460d7b [feature](function) support hll functions hll_from_base64, 
hll_to_base64 (#32089)
    omit d00ca284fcd [feature](agg) support aggregate function 
group_array_intersect (#33265)
    omit dd98f981c5c [improvement](spill) improve config and fix spill bugs 
(#33519)
    omit c753b56cf68 [fix](nereids)InSubquery's withChildren method lost 
typeCoercionExpr (#33692)
    omit 0aad1f2e6a5 [FIX](cast)fix full/right out join for cast array (#33475)
    omit 24edd6ee122 [opt](Nereids) date literal support basic format with 
timezone (#33662)
    omit 06494d26c69 [minor](Nereids): remove useless override (#33651)
    omit de209c1a97e [fix](analyze) avoid 
java.util.ConcurrentModificationException (#33674)
    omit 6f384264b74 [feature](proc)Add table's indexes info in show proc 
interface (#33438)
    omit a374dfa21b1 [fix](routine-load) fix data lost when FE leader change 
(#33678)
    omit d3752d2ab2c [fix](testcase) fix miss used global variables in index 
testcases (#33293)
    omit 8ff4d55848f [refactor](pipelineX) Reduce prepare overhead (PART II) 
(#33681)
    omit ceedc267202 [improvement](mow) Add profile for delete_bitmap get_agg 
function (#33576)
    omit 596d8df83f6 [Update](cloud) skip show data size assertion in cloud 
mode (#33677)
    omit 74369040fb2 [Enhencement](Nereids) add rule of agg(case when) to 
agg(filter) (#33598)
    omit 491d6f34347 [fix](fe) Fix finalizeCommand `sendAndFlush` 
NullPointerException (#33420)
    omit 3a486df1791 [case](regression) Add backup temp partition case (#33646)
    omit 684c9870c3e [fix](nereids) Use correct PREAGGREGATION in 
agg(filter(scan)) (#33454)
    omit db4cb33eab0 [refactor](refresh-catalog) refactor the refresh catalog 
code (#33653)
    omit 0a31a3c9745 [refactor](pipelineX) Reduce prepare overhead (PART I) 
(#33550)
    omit 5f6eaac84dc [fix](routine-load) fix get kafka offset timeout may too 
long (#33502)
    omit 75f2ef7438f [Chore](log) adjust output order on 
PrintInstanceStandardInfo and reduce warning log when rpc finished (#33652)
    omit 486b45023a6 [fix](nereids)EliminateGroupBy should keep the output's 
datatype same as old ones (#33585)
    omit 7522799692e [testcases](auto-partition) fix data sync (#33635)
    omit 3a75f0215ab [feature](inverted index) add slop functionality to 
match_phrase (#33225)
    omit 5b0d357be2f [fix](catalog) Remove unexpected cleanup when reading jdbc 
data (#33529)
    omit 973d94ebccb [opt](Nereids) prefer slot type to support delete task 
better (#33559)
    omit c7e99278cf2 [refine](Operator) When _stop_emplace_flag is not set to 
true, perform batch processing on the block. (#33173)
    omit bc69024b8f0 [fix](planner) fix bug of InlineViewRef's tableNameToSql 
method (#33575)
    omit bd9d1e7610c [fix](nereids) ExtractAndNormalizeWindowExpression should 
only normalize alias in output (#33527)
    omit a5c7e76a3de [docker](script)add --grace to be_prestop.sh  (#33599)
    omit 8cfbc0ef7d6 [feature](Nereids): date literal suppose Zone (#33534)
    omit 669bdec65e4 [improve](move-memtable) add more info in LoadStreamStub 
errors (#33618)
    omit aaba87d66e6 [improvement](binlog)Support inverted index format v2 in 
CCR (#33415)
    omit c7d93e62134 [runtime filter](fix) Fix wrong results caused by 
IN_OR_BLOOM filter (#33701) (#33715)
    omit b5c39c4e35c [Bug](runtime-filter) make need_local_merge unrelated with 
broadcast and support merge on bitmap_filter (#33664)
    omit 0f1adc97a23 [fix](merge-on-write) schema change may cause mow 
duplicate key (#33536) (#33660)
    omit 54c385100a1 [branch-2.1](cherry-pick) Pick some partial-update PR from 
master (#33639)
    omit 894f9d598e5 [enhancement](merge-on-write) compaction should not check 
correctness if tablet is not ready (#33435) (#33658)
    omit 4b3339a4aed [opt](scan) read scan ranges in the order of partitions 
(#33515) (#33657)
    omit 1832dc25e46 [fix](test) fix some unstable p2 test cases (#33637) 
(#33655)
    omit 00e082f3c41 remove is cloud mode
    omit 6ce61eb5fc3 [Chore](status) change unknow filter error to internal 
error (#33633)
    omit 9154b5471a2 [fix](merge-iterator) Fix mem leak when get next batch 
failed (#33627)
    omit 80f25cbf755 [fix](schema change) follow fe set sc fail replicas as bad 
(#33569)
    omit 565de9d7cdd [fix](create table) Fix create table exception without 
cleaning the e… (#33574)
    omit 0e5226e7c34 [fix](Nereids) create view should forward to master 
(#33626)
    omit 96ed07c83ef [fix](test) fix some p2 external table test cases (#33624)
    omit 3cebd37abd8 fix compile
    omit 2ae33137f6b [test](mtmv)Add column name case sensitive test (#33538)
    omit 12ee9223afc [enhancement](plsql) Support select * from routines 
(#32866)
    omit 9c486189c94 [enhancement](mysql compatible) add user and procs_priv 
tables to mysql db in all catalogs (#33058)
    omit 3aa36042f9b [bugfix](feoom) add timeout to send be request to avoid 
too long to occupy memory (#33614)
    omit ecc3c605c79 [case](regression) Add backup restore test for hdfs repo 
(#33581)
    omit 2dfe8cf3362 [Fix](executor)reset remote scan thread num #33579
    omit 3e0082ced5b [feature](backup) ignore table that not support type when 
backup, and… (#33158)
    omit af556cff3cb [Fix](timezone) fix miss of expected rounding of Date type 
with timezone #33553
    omit 6c2e684a4f7 [testcases](auto-partition) Add and fix testcases in P0 
#33588
    omit 24c32944f12  [feat](nereids) add session var to turn on/off common sub 
expressoin extraction (branch-2.1) #33616
    omit bdd54402b13 [neride][foldconstant] disable fold constant by be
    omit 3ea6587d688 [fix](feservice) remove connect context (#33583)
    omit 77b1cfee646 [enhancement](merge-iterator) catch exception to avoid 
coredump when copy_rows (#33567)
    omit add2805c4f2 [k8s](improve)add docker resource script for k8s (#33329)
    omit cd9eb6d0fc3 [test](bi) add dbeaver and datagrip connect doris test 
(#33487)
    omit 7ea5e1d744f [fix](schema change) CastStringConverter is compiled 
failed in g++ (#33546)
    omit 76502fdb97e [pipelineX](broadcast) Set dependency ready if a limited 
exchange returns EOS (#33525)
    omit 90c69b020ad [Fix](Nereids) fix leading hint should have all tables in 
one query block (#33517)
    omit 585aeb587e4 [Fix] fix compile problem (#33578)
    omit 474aa81ad68 [feature](profile) add non-zero counter in profile(#33342)
    omit d38388453b1 [fix](timeout) query timeout was not correctly set  
(#33444)
    omit 7b8a1e7b191 [fix](routine-load) fix consumer hang when kafka exception 
causing can not query (#33492)
    omit 29f564002fd [chore](test) update one join case for nereids because 
ambiguous name (#33562)
    omit c5b7a8c959f [opt](Nereids) support select async mv partition (#33560)
    omit 0dd9d8f2266 [feat](nereids) support create view in nereids (#32743)
    omit 296421d2fd8 [chore](Nereids) better way to return error (#33507)
    omit 3a74fdb1c89 [fix](fs) Close local file writer when downloading 
finished (#33556)
    omit 34fafcaf050 [Feature](Variant) support aggregation model for Variant 
type (#33493)
    omit e837013ef38 [pipelineX](fix) Fix data pooling judgement for bucket 
join (#33533)
    omit 4b40323c2f0 [refactor](heap sort) Simplify sorted block view (#33477)
    omit 9681f346657 [FIX](regresstest) fix array_range case for regress test 
(#33337)
    omit 4bacd202260 [Chore](code comment) add comment for #32999 (#33548)
    omit f0c60d744e7 [improve](fold) support complex type for constant folding 
(#32867)
    omit cf03e6909dc [bug](not in) if not in (null) could eos early (#33482)
    omit 91b75063ac4 [Fix](inverted index) fix build index error status when 
batch_next (#33532)
    omit dab4c6e9593 [Improvementation](stream-load) improve streamLoadPut log 
warning detail (#33535)
    omit 882e23f4428 [opt](Nereids) support set operation minus (#33582)
    omit 441704ad28f [fix](memory) Fix compaction destructor memory tracking 
#33549 (#33572)
    omit 12358e8c0d5 [opt](log) refactor the log dir config (#32933)
    omit 844e34ec644 (Chore)[regression-test] fix unstable output variant case 
(#33520)
    omit 0423419e7f5 [fix](nereids) do not transpose semi join agg when mark 
join (#32475)
    omit 6545c83bfbf [fix](mtmv)add logs for mv_infos() (#33485)
    omit 1d7f367592e [refactor](Nereids): compute unique and uniform property 
respectively (#32908)
    omit dcd690962d9 [Fix](inverted index) fix fast execute problem when need 
read data opt enabled (#33526)
     new ca59b25d598  [feat](nereids) add session var to turn on/off common sub 
expressoin extraction (branch-2.1) #33616
     new 272269f9c19 [Fix](inverted index) fix fast execute problem when need 
read data opt enabled (#33526)
     new 92d28e497b1 [refactor](Nereids): compute unique and uniform property 
respectively (#32908)
     new d436dd6264c [fix](mtmv)add logs for mv_infos() (#33485)
     new 82d2bde3c78 [fix](nereids) do not transpose semi join agg when mark 
join (#32475)
     new 09fb30c989b (Chore)[regression-test] fix unstable output variant case 
(#33520)
     new 38c5030f97a [opt](log) refactor the log dir config (#32933)
     new 5d5b059e3a7 [fix](memory) Fix compaction destructor memory tracking 
#33549 (#33572)
     new 911f61c68da [opt](Nereids) support set operation minus (#33582)
     new 883f0a96c4d [Improvementation](stream-load) improve streamLoadPut log 
warning detail (#33535)
     new 9dfc9665fba [Fix](inverted index) fix build index error status when 
batch_next (#33532)
     new 6bcf24b1f62 [bug](not in) if not in (null) could eos early (#33482)
     new b2b385a4ffa [improve](fold) support complex type for constant folding 
(#32867)
     new 7f27461f4be [Chore](code comment) add comment for #32999 (#33548)
     new 2746ee9d3a6 [FIX](regresstest) fix array_range case for regress test 
(#33337)
     new 50b64a111da [refactor](heap sort) Simplify sorted block view (#33477)
     new 01f333086da [pipelineX](fix) Fix data pooling judgement for bucket 
join (#33533)
     new 249a9c9875c [Feature](Variant) support aggregation model for Variant 
type (#33493)
     new cea02c4fb67 [fix](fs) Close local file writer when downloading 
finished (#33556)
     new 7bc82cab730 [chore](Nereids) better way to return error (#33507)
     new ae4a7c93ac1 [feat](nereids) support create view in nereids (#32743)
     new 979e091e0a0 [opt](Nereids) support select async mv partition (#33560)
     new aed3dd72a7d [chore](test) update one join case for nereids because 
ambiguous name (#33562)
     new 946c1924b11 [fix](routine-load) fix consumer hang when kafka exception 
causing can not query (#33492)
     new 80c6531cfc6 [fix](timeout) query timeout was not correctly set  
(#33444)
     new e5c52b5f821 [feature](profile) add non-zero counter in profile(#33342)
     new 7d1b66e5edb [Fix] fix compile problem (#33578)
     new 379c2e0762f [Fix](Nereids) fix leading hint should have all tables in 
one query block (#33517)
     new 1a8b1e6787d [pipelineX](broadcast) Set dependency ready if a limited 
exchange returns EOS (#33525)
     new ae68cca07dd [fix](schema change) CastStringConverter is compiled 
failed in g++ (#33546)
     new e71b7513e19 [test](bi) add dbeaver and datagrip connect doris test 
(#33487)
     new cc103920d1c [k8s](improve)add docker resource script for k8s (#33329)
     new d1a68b8c42e [enhancement](merge-iterator) catch exception to avoid 
coredump when copy_rows (#33567)
     new a545a34eecc [fix](feservice) remove connect context (#33583)
     new 348a043b763 [neride][foldconstant] disable fold constant by be
     new 1f5116f3c1b [testcases](auto-partition) Add and fix testcases in P0 
#33588
     new 48880c3e1a7 [Fix](timezone) fix miss of expected rounding of Date type 
with timezone #33553
     new 56b7839447f [feature](backup) ignore table that not support type when 
backup, and… (#33158)
     new 8ee8de78576 [Fix](executor)reset remote scan thread num #33579
     new 3decd850e2e [case](regression) Add backup restore test for hdfs repo 
(#33581)
     new e88bd3ca4ce [bugfix](feoom) add timeout to send be request to avoid 
too long to occupy memory (#33614)
     new 1be753ed754 [enhancement](mysql compatible) add user and procs_priv 
tables to mysql db in all catalogs (#33058)
     new face7c42fd3 [enhancement](plsql) Support select * from routines 
(#32866)
     new a5db73070e9 [test](mtmv)Add column name case sensitive test (#33538)
     new b710095d41d fix compile
     new 4740b22481d [fix](test) fix some p2 external table test cases (#33624)
     new bb817e419c6 [fix](Nereids) create view should forward to master 
(#33626)
     new 75d0d8f2cc4 [fix](create table) Fix create table exception without 
cleaning the e… (#33574)
     new 55be6c6309a [fix](schema change) follow fe set sc fail replicas as bad 
(#33569)
     new e7209d9a859 [fix](merge-iterator) Fix mem leak when get next batch 
failed (#33627)
     new e85a2c88663 [Chore](status) change unknow filter error to internal 
error (#33633)
     new ad82ed324ee remove is cloud mode
     new d0394b7f898 [fix](test) fix some unstable p2 test cases (#33637) 
(#33655)
     new 2cd40125418 [opt](scan) read scan ranges in the order of partitions 
(#33515) (#33657)
     new e8ebc02e0b6 [enhancement](merge-on-write) compaction should not check 
correctness if tablet is not ready (#33435) (#33658)
     new 06a155abb06 [branch-2.1](cherry-pick) Pick some partial-update PR from 
master (#33639)
     new f8acb1ee2ed [fix](merge-on-write) schema change may cause mow 
duplicate key (#33536) (#33660)
     new 918f7225b42 [Bug](runtime-filter) make need_local_merge unrelated with 
broadcast and support merge on bitmap_filter (#33664)
     new 690bf54346f [runtime filter](fix) Fix wrong results caused by 
IN_OR_BLOOM filter (#33701) (#33715)
     new 46a258dc852 [improvement](binlog)Support inverted index format v2 in 
CCR (#33415)
     new 3df8f0cad81 [improve](move-memtable) add more info in LoadStreamStub 
errors (#33618)
     new b2face0d20c [feature](Nereids): date literal suppose Zone (#33534)
     new 87e6c948511 [docker](script)add --grace to be_prestop.sh  (#33599)
     new d000658a9b7 [fix](nereids) ExtractAndNormalizeWindowExpression should 
only normalize alias in output (#33527)
     new e53a76d75b7 [fix](planner) fix bug of InlineViewRef's tableNameToSql 
method (#33575)
     new 5b616da5433 [refine](Operator) When _stop_emplace_flag is not set to 
true, perform batch processing on the block. (#33173)
     new 7659b1aa674 [opt](Nereids) prefer slot type to support delete task 
better (#33559)
     new f6af79c0ed3 [fix](catalog) Remove unexpected cleanup when reading jdbc 
data (#33529)
     new 7b16cb5a4c0 [feature](inverted index) add slop functionality to 
match_phrase (#33225)
     new c15ac3ffca8 [testcases](auto-partition) fix data sync (#33635)
     new 466b9f35d52 [fix](nereids)EliminateGroupBy should keep the output's 
datatype same as old ones (#33585)
     new 341cb406937 [Chore](log) adjust output order on 
PrintInstanceStandardInfo and reduce warning log when rpc finished (#33652)
     new e0ec2da29b3 [fix](routine-load) fix get kafka offset timeout may too 
long (#33502)
     new 4863167f906 [refactor](pipelineX) Reduce prepare overhead (PART I) 
(#33550)
     new d18f5e2544a [refactor](refresh-catalog) refactor the refresh catalog 
code (#33653)
     new 8e38549a927 [fix](nereids) Use correct PREAGGREGATION in 
agg(filter(scan)) (#33454)
     new fe3b6824b3b [case](regression) Add backup temp partition case (#33646)
     new 1fba73eea45 [fix](fe) Fix finalizeCommand `sendAndFlush` 
NullPointerException (#33420)
     new d15981abd2d [Enhencement](Nereids) add rule of agg(case when) to 
agg(filter) (#33598)
     new d6a63b97895 [Update](cloud) skip show data size assertion in cloud 
mode (#33677)
     new 59de97be5ef [improvement](mow) Add profile for delete_bitmap get_agg 
function (#33576)
     new 775022c2044 [refactor](pipelineX) Reduce prepare overhead (PART II) 
(#33681)
     new 53a3d6c1545 [fix](testcase) fix miss used global variables in index 
testcases (#33293)
     new dac28291945 [fix](routine-load) fix data lost when FE leader change 
(#33678)
     new ca728a24051 [feature](proc)Add table's indexes info in show proc 
interface (#33438)
     new 16e9eb3b050 [fix](analyze) avoid 
java.util.ConcurrentModificationException (#33674)
     new 11266dd9b80 [minor](Nereids): remove useless override (#33651)
     new 2890f6c3cf4 [opt](Nereids) date literal support basic format with 
timezone (#33662)
     new b07e0a2f063 [FIX](cast)fix full/right out join for cast array (#33475)
     new 3f267e36d19 [fix](nereids)InSubquery's withChildren method lost 
typeCoercionExpr (#33692)
     new 07a8f444434 [improvement](spill) improve config and fix spill bugs 
(#33519)
     new 3096150d1be [feature](agg) support aggregate function 
group_array_intersect (#33265)
     new 22a6b1d3f5d [feature](function) support hll functions hll_from_base64, 
hll_to_base64 (#32089)
     new 1c025c0488f [docker](hive) add hive3 docker compose and modify scripts 
(#33115)
     new 81f7c53bad6 [fix](Nereids) could not query variant that not from table 
(#33704)
     new db846709d22 [opt](Nereids) auto fallback when meet udf override 
(#33708)
     new 43974a23348 (Fix)(nereids) modify create view privilege check error 
message (#33669)
     new 5053ac2b59e [improve](CI)Core modules require maintainer review 
(#32468)
     new 2854048eb5d fix compile
     new 6976d019a36 [opt](inverted index) topn opt reads only limit number of 
records (#33665)
     new 5734e2bd30f [opt](meta-cache) refine the meta cache (#33449) (#33754)
     new 11f7d11a969 [branch-2.1](regression-test) fix test_chema_change_fail 
(#33753) #33788
     new b44fed8dc29 [fix](restore) Reset index id for restore (#33648)
     new ff8cb3cc43a [Fix](executor)Fix routine load failed when can not find 
group (#33596)
     new f52067415bb Improve analyze mv/mtmv wait row count report logic. 
(#33695)
     new 89c4fa5a758 [fix](move-memtable) close wait on all sinks (#33710)
     new bb33375dba9 [test](xor) add test for xor #33731
     new 6a33067daf8 [fix](chore) update some CHECK to CHECK_EQ, to print more 
details while CHECK failed (#33709)
     new 9bcb23351c7 [Improvement](runtime-filter) make sync rf size work when 
need_local_merge (#33717)
     new 2648a92594f [FIX](load)fix load with split-by-string (#33713)
     new 2ca4278c421 [refactor](pipelineX) Reduce prepare overhead (PART III) 
(#33689)
     new c6d1d75ff20 [Fix](Json type) forbit schema change adding JSON columns 
with none null default value (#33686)
     new f48a4680a82 [fix](test) remove array_intersect case since its result 
is not stable (#33742)
     new cb255f688fc [Fix](inverted index) fix memory leak when inverted index 
writer not close (#33724)
     new 5555cc175fb  [feature](windows function)Improve error handling for 
window functions (#33673)
     new ffa0e571226 [enhancement](auditlog) ignore any errors in write audit 
log (#33750)
     new b5640ae7635 [fix](restore) add indexes as part of table signature 
(#33650)
     new 4460d23cd9b [chore](variable) update nereids timeout second default 
value to 30 (#33749)
     new b518b9dd153 [shuffle](minor) Log error status if exchange is shutdown 
early (#33748)
     new 520f0f51d16 [improvement](spill) avoid occuping too much memory while 
spill build block during the hash join build phase (#33747)
     new d72d5c9b5d2 [fix](inverted index) normal process query for null 
condition when index is missing (#33663)
     new ee3b6fdf581 [fix](conf) make be conf disable_storage_page_cache 
modifiable (#33773)
     new 461561fed07 [minor](Nereids): remove useless stream filter() in 
Translator (#33758)
     new 048448eb328 [fix](Nereids) dphyper support evaluate join that has one 
side condition (#33702)
     new 20b37e7a18e Add workload group id in workload policy's property 
(#33483)

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   (055624ee6b3)
            \
             N -- N -- N   refs/heads/branch-2.1 (20b37e7a18e)

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.

The 125 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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

Reply via email to