Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Jul 3, 2024
1 parent ca23831 commit 642ed1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ bool SubstraitToVeloxPlanValidator::validateRegexExpr(
rewrite = rewriteArg.literal().string();
}
std::string error;
if (!validatePattern(pattern, rewrite, error)) {
if (!validateRe2Function(pattern, rewrite, error)) {
LOG_VALIDATION_MSG(name + " due to " + error);
return false;
}
Expand Down

0 comments on commit 642ed1d

Please sign in to comment.