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 5ead555b635 [Fix](executor)Fix when Fe send empty wg list to be may cause query failed. (#34074) omit 411b66a94e6 [fix](decommission) fix cann't decommission mtmv (#33823) omit ec0235d074d [fix](mtmv) Fix exception when create materialized view with cte (#33988) omit 4e6c22ef81c [pipeline](fix) Prevent re-cancel pipeline tasks (#34073) omit 8f7493d1b7f [fix](auth)can not grant priv to __internal_schema (#34009) omit 29890827701 [fix](parse) set origin stmt for select stmt generated from show stmt (#34015) omit a18576b15ee [upgrade](hive-shade)(paimon) upgrade hive shade to 2.0.0 and paimon to 0.7 (#34085) omit c6797e64375 [fix](auto bucket) Fix auto bucket regression case occasional fail (#34069) omit 4e6172680b8 [bugfix](core) close method should check if the pointer is nullptr (#34067) omit 493e106213d [refactor](errormessage) step1: unify the status usage in FE (#34062) omit d71c1bf9cc1 [improvement](mtmv) Optimize the nested materialized view rewrite performance (#34050) omit 98e88793405 [feature](profile) sort pipelineX task by total time #34053 omit b69e702c130 [improvement](spill) improve config of spill thread pool (#33992) omit a39982da9fb [opt](nereids)project sub expression in other condition for nested loop join (#32697) omit 144edb99d04 [Feat](nereids) add transform rule SimplifyWindowExpression (#33647) omit aac1322b97e [Feat](nereids) add expression rewrite rule LikeToEqualRewrite (#33803) omit 354b061f86a [Feat](nereids) nereids add alter view (#33970) omit 5a3e0e6651a [fix](mtmv) Mv check name (#34016) omit 7e643044af1 [fix](bdb) Write OP_TIMESTAMP operation until it successed (#33967) omit 94cc58becc1 [chore](session_variable) Add 'data_queue_max_blocks' to prevent the DataQueue from occupying too much memory. (#34017) new e54ae4519d2 [fix](bdb) Write OP_TIMESTAMP operation until it successed (#33967) new edff4137fed [fix](mtmv) Mv check name (#34016) new 2f996a574f4 [Feat](nereids) nereids add alter view (#33970) new 800bb3d4ba8 [Feat](nereids) add expression rewrite rule LikeToEqualRewrite (#33803) new ef73533e27d [Feat](nereids) add transform rule SimplifyWindowExpression (#33647) new 0faae455379 [opt](nereids)project sub expression in other condition for nested loop join (#32697) new 2c3e838971d [improvement](spill) improve config of spill thread pool (#33992) new 67b394f2b0d [feature](profile) sort pipelineX task by total time #34053 new a720e03a02d [improvement](mtmv) Optimize the nested materialized view rewrite performance (#34050) new 7eb35c95f35 [refactor](errormessage) step1: unify the status usage in FE (#34062) new a17524b427e [bugfix](core) close method should check if the pointer is nullptr (#34067) new ac038b3d4fc [fix](auto bucket) Fix auto bucket regression case occasional fail (#34069) new fbd2c9db2df [upgrade](hive-shade)(paimon) upgrade hive shade to 2.0.0 and paimon to 0.7 (#34085) new 103987ebd84 [fix](parse) set origin stmt for select stmt generated from show stmt (#34015) new eaacba644d0 [fix](auth)can not grant priv to __internal_schema (#34009) new f4deb42a804 [pipeline](fix) Prevent re-cancel pipeline tasks (#34073) new a15a8e119fa [fix](mtmv) Fix exception when create materialized view with cte (#33988) new 450f4434133 [fix](decommission) fix cann't decommission mtmv (#33823) new 5f2d0e3d534 [Fix](executor)Fix when Fe send empty wg list to be may cause query failed. (#34074) 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 (5ead555b635) \ N -- N -- N refs/heads/branch-2.1 (5f2d0e3d534) 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 19 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: be/src/pipeline/exec/data_queue.cpp | 8 +------- be/src/pipeline/exec/data_queue.h | 4 ---- be/src/pipeline/exec/union_sink_operator.cpp | 1 - be/src/pipeline/pipeline_fragment_context.cpp | 5 ----- be/src/runtime/runtime_state.h | 5 ----- .../src/main/java/org/apache/doris/qe/SessionVariable.java | 10 ---------- gensrc/thrift/PaloInternalService.thrift | 3 --- 7 files changed, 1 insertion(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org