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

gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 37a7532a49 [fix](pipelineX) get sink local state in 
distinctstreamingagg  (#24752)
37a7532a49 is described below

commit 37a7532a498738e4cb5501d506d0f442da39b963
Author: Mryange <[email protected]>
AuthorDate: Fri Sep 22 11:16:46 2023 +0800

    [fix](pipelineX) get sink local state in distinctstreamingagg  (#24752)
---
 be/src/pipeline/exec/distinct_streaming_aggregation_sink_operator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/be/src/pipeline/exec/distinct_streaming_aggregation_sink_operator.h 
b/be/src/pipeline/exec/distinct_streaming_aggregation_sink_operator.h
index e49b66f58a..8fc826fe05 100644
--- a/be/src/pipeline/exec/distinct_streaming_aggregation_sink_operator.h
+++ b/be/src/pipeline/exec/distinct_streaming_aggregation_sink_operator.h
@@ -116,7 +116,7 @@ public:
                 SourceState source_state) override;
 
     WriteDependency* wait_for_dependency(RuntimeState* state) override {
-        CREATE_LOCAL_STATE_RETURN_NULL_IF_ERROR(local_state);
+        CREATE_SINK_LOCAL_STATE_RETURN_NULL_IF_ERROR(local_state);
         return local_state._dependency->write_blocked_by();
     }
 };


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

Reply via email to