Skip to content

Commit

Permalink
agg enable corr covar_pop and covar_samp
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 committed Mar 29, 2023
1 parent 927c211 commit a1a631b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion velox/substrait/SubstraitToVeloxPlanValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,10 @@ bool SubstraitToVeloxPlanValidator::validate(
"var_samp",
"var_pop",
"bitwise_and_agg",
"bitwise_or_agg"};
"bitwise_or_agg",
"corr",
"covar_pop",
"covar_samp"};
for (const auto& funcSpec : funcSpecs) {
auto funcName = subParser_->getSubFunctionName(funcSpec);
if (supportedFuncs.find(funcName) == supportedFuncs.end()) {
Expand Down

0 comments on commit a1a631b

Please sign in to comment.