Skip to content

Commit

Permalink
Fixed missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
codyschierbeck committed Mar 6, 2024
1 parent fd84dce commit 572dc82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/functions/sparksql/URLFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ struct ParseUrlFunction {
match1[submatchIndex1].first,
match2[submatchIndex2].first - match1[submatchIndex1].first +
match2[submatchIndex2].length()));
return true;
}

submatchEnum getSubmatchEnum(const arg_type<Varchar>& partToExtract) {
Expand Down

0 comments on commit 572dc82

Please sign in to comment.