This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 70106067ab6 Revert "[fix](group commit) should set wal id in
runtime_state when building pipeline task (#35506)"
70106067ab6 is described below
commit 70106067ab6e106b2592bbec72a071a95f2da4ee
Author: yiguolei <[email protected]>
AuthorDate: Tue May 28 18:22:20 2024 +0800
Revert "[fix](group commit) should set wal id in runtime_state when
building pipeline task (#35506)"
This reverts commit 9f6d82672f5d445822f0a2d5b13a6c9ffdcca13a.
---
be/src/pipeline/pipeline_fragment_context.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/be/src/pipeline/pipeline_fragment_context.cpp
b/be/src/pipeline/pipeline_fragment_context.cpp
index 0e2c8419967..e3f9de5fd03 100644
--- a/be/src/pipeline/pipeline_fragment_context.cpp
+++ b/be/src/pipeline/pipeline_fragment_context.cpp
@@ -274,9 +274,6 @@ Status PipelineFragmentContext::prepare(const
doris::TPipelineFragmentParams& re
if (request.__isset.load_job_id) {
_runtime_state->set_load_job_id(request.load_job_id);
}
- if (request.__isset.wal_id) {
- _runtime_state->set_wal_id(request.wal_id);
- }
if (request.query_options.__isset.is_report_success) {
fragment_context->set_is_report_success(request.query_options.is_report_success);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]