Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update
Browse files Browse the repository at this point in the history
Signed-off-by: gengliqi <gengliqiii@gmail.com>
gengliqi committed Apr 19, 2024
1 parent 4b6539e commit 3a1dab7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -13,15 +13,15 @@
// limitations under the License.

#include <Flash/Pipeline/Schedule/Events/AggregateFinalConvertEvent.h>
#include <Flash/Pipeline/Schedule/Tasks/AggregateFinalSpillTask.h>
#include <Flash/Pipeline/Schedule/Tasks/AggregateFinalConvertTask.h>

namespace DB
{
void AggregateFinalConvertEvent::scheduleImpl()
{
assert(agg_context);
for (auto index : indexes)
addTask(std::make_unique<AggregateFinalSpillTask>(
addTask(std::make_unique<AggregateFinalConvertTask>(
exec_context,
log->identifier(),
shared_from_this(),

0 comments on commit 3a1dab7

Please sign in to comment.