We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c9c76 commit 782c001Copy full SHA for 782c001
velox/experimental/cudf/exec/ToCudf.cpp
@@ -174,6 +174,7 @@ bool CompileState::compile() {
174
VELOX_CHECK(plan_node != nullptr);
175
replace_op.push_back(
176
std::make_unique<CudfHashAggregation>(id, ctx, plan_node));
177
+ replace_op.back()->initialize();
178
} else if (is_filter_project_supported(oper)) {
179
auto filterProjectOp = dynamic_cast<exec::FilterProject*>(oper);
180
auto info = filterProjectOp->exprsAndProjection();
0 commit comments