jacktengg commented on code in PR #60367:
URL: https://github.com/apache/doris/pull/60367#discussion_r2781183028
##########
be/src/pipeline/exec/partitioned_aggregation_source_operator.cpp:
##########
@@ -37,14 +40,29 @@
namespace doris::pipeline {
#include "common/compile_check_begin.h"
+namespace {
+
+inline AggSpillPartition& get_or_create_agg_partition(
Review Comment:
Duplicated with get_or_create_agg_partition in
partitioned_aggregation_sink_operator.cpp
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]