Skip to content

Commit

Permalink
remove extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylee-ch committed Nov 11, 2023
1 parent 08faa01 commit 4e3cad2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,6 @@ bool SubstraitToVeloxPlanValidator::validate(const ::substrait::GenerateRel& gen
logValidateMsg("native validation failed due to: input validation fails in GenerateRel.");
return false;
}

try {
planConverter_.toVeloxPlan(generateRel);
} catch (const VeloxException& err) {
logValidateMsg("native validation failed due to: in GenerateRel, " + err.message());
return false;
}
return true;
}

Expand Down

0 comments on commit 4e3cad2

Please sign in to comment.