Skip to content

Commit

Permalink
change to vlog
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Jan 17, 2025
1 parent a0fe1ca commit 84b7113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/functions/function_ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ class FunctionIPv6FromUInt128StringOrNull : public IFunction {
auto ipv6_idx = index_check_const(i, ipv6_const);
StringRef uint128_string = ipv6_addr_column->get_data_at(ipv6_idx);
if (!IPv6Value::from_uint128_string(ipv6, uint128_string.data, uint128_string.size)) {
LOG(WARNING) << "Invalid uin128 IPv6 value '" << uint128_string.to_string_view()
VLOG_DEBUG << "Invalid uin128 IPv6 value '" << uint128_string.to_string_view()
<< "'";
// we should set null to the result not throw exception for load senior
} else {
Expand Down

0 comments on commit 84b7113

Please sign in to comment.