yiguolei commented on code in PR #32641:
URL: https://github.com/apache/doris/pull/32641#discussion_r1534070171
##########
be/src/vec/exprs/vexpr.cpp:
##########
@@ -97,11 +97,11 @@ TExprNode create_texpr_node_from(const void* data, const
PrimitiveType& type, in
break;
}
case TYPE_DATEV2: {
- THROW_IF_ERROR(create_texpr_literal_node<TYPE_DATEV2>(data, &node));
+ THROW_IF_ERROR(create_texpr_literal_node<TYPE_DATEV2>(data, &node,
precision, scale));
Review Comment:
These code is not related with this PR.
--
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]