Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsaka committed Aug 8, 2024
1 parent afc20ab commit 3bbc2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions velox/functions/prestosql/types/IPAddressType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class IPAddressCastOperator : public exec::CastOperator {
row,
Status::UserError("Invalid IP address '{}'", ipAddressString));
}
return;
}
folly::IPAddress addr = maybeIp.value();
auto addrBytes = folly::IPAddress::createIPv6(addr).toByteArray();
Expand Down

0 comments on commit 3bbc2fa

Please sign in to comment.