HappenLee commented on code in PR #39985:
URL: https://github.com/apache/doris/pull/39985#discussion_r1735463458
##########
be/src/vec/exprs/vexpr.cpp:
##########
@@ -147,9 +148,13 @@ TExprNode create_texpr_node_from(const void* data, const
PrimitiveType& type, in
THROW_IF_ERROR(create_texpr_literal_node<TYPE_STRING>(data, &node));
break;
}
+ case TYPE_IPV4: {
Review Comment:
only ipv4? where is 6?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]