yiguolei commented on code in PR #32649:
URL: https://github.com/apache/doris/pull/32649#discussion_r1534979591
##########
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));
break;
}
case TYPE_DATETIMEV2: {
- THROW_IF_ERROR(create_texpr_literal_node<TYPE_DATETIMEV2>(data,
&node));
+ THROW_IF_ERROR(create_texpr_literal_node<TYPE_DATETIMEV2>(data, &node,
precision, scale));
break;
Review Comment:
table1 probe:
2011-11-11 11:11:11.123456
table2 build:
2011-11-11 11:11:11.123455
--
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]