Skip to content

Commit 782c001

Browse files
committed
Fix a merge issue
1 parent d2c9c76 commit 782c001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

velox/experimental/cudf/exec/ToCudf.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ bool CompileState::compile() {
174174
VELOX_CHECK(plan_node != nullptr);
175175
replace_op.push_back(
176176
std::make_unique<CudfHashAggregation>(id, ctx, plan_node));
177+
replace_op.back()->initialize();
177178
} else if (is_filter_project_supported(oper)) {
178179
auto filterProjectOp = dynamic_cast<exec::FilterProject*>(oper);
179180
auto info = filterProjectOp->exprsAndProjection();

0 commit comments

Comments
 (0)