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


 discard 2b271634429 [bugfix](core) close method should check if the pointer is 
nullptr (#34067)
 discard 3b544ee938c [refactor](errormessage) step1: unify the status usage in 
FE (#34062)
 discard 4e60748d3b7 [improvement](mtmv) Optimize the nested materialized view 
rewrite performance (#34050)
 discard d7b77930f80 [feature](profile) sort pipelineX task by total time #34053
 discard b4d3ecbcc69 [improvement](spill) improve config of spill thread pool 
(#33992)
 discard 503f0ebe2f8 [opt](nereids)project sub expression in other condition 
for nested loop join (#32697)
 discard ba3a15342d7 [Feat](nereids) add transform rule 
SimplifyWindowExpression (#33647)
 discard c210b8ca860 [Feat](nereids) add expression rewrite rule 
LikeToEqualRewrite (#33803)
 discard 22320453985 [Feat](nereids) nereids add alter view (#33970)
 discard dc4753253da [fix](mtmv) Mv check name (#34016)
 discard 1b556efa47b [fix](bdb) Write OP_TIMESTAMP operation until it successed 
(#33967)
 discard 8b02f90cb43 [chore](session_variable) Add 'data_queue_max_blocks' to 
prevent the DataQueue from occupying too much memory. (#34017)
 discard f88093e0bf5 [fix](routine-load) fix routine load lag is negative 
(#33846)
     new 94cc58becc1 [chore](session_variable) Add 'data_queue_max_blocks' to 
prevent the DataQueue from occupying too much memory. (#34017)
     new 7e643044af1 [fix](bdb) Write OP_TIMESTAMP operation until it successed 
(#33967)
     new 5a3e0e6651a [fix](mtmv) Mv check name (#34016)
     new 354b061f86a [Feat](nereids) nereids add alter view (#33970)
     new aac1322b97e [Feat](nereids) add expression rewrite rule 
LikeToEqualRewrite (#33803)
     new 144edb99d04 [Feat](nereids) add transform rule 
SimplifyWindowExpression (#33647)
     new a39982da9fb [opt](nereids)project sub expression in other condition 
for nested loop join (#32697)
     new b69e702c130 [improvement](spill) improve config of spill thread pool 
(#33992)
     new 98e88793405 [feature](profile) sort pipelineX task by total time #34053
     new d71c1bf9cc1 [improvement](mtmv) Optimize the nested materialized view 
rewrite performance (#34050)
     new 493e106213d [refactor](errormessage) step1: unify the status usage in 
FE (#34062)
     new 4e6172680b8 [bugfix](core) close method should check if the pointer is 
nullptr (#34067)

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   (2b271634429)
            \
             N -- N -- N   refs/heads/branch-2.1 (4e6172680b8)

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 12 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:
 .../doris/load/routineload/KafkaRoutineLoadJob.java       | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to