zclllyybb commented on code in PR #59206:
URL: https://github.com/apache/doris/pull/59206#discussion_r2677775917
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/types/TimeStampTzType.java:
##########
@@ -83,6 +84,22 @@ public ScaleTimeType scaleTypeForType(DataType dataType) {
return TimeStampTzType.of(dateTimeV2Type.getScale());
}
+ /**
+ * Determine the minimum scale
+ */
+ public static TimeStampTzType forTypeFromMicroSeconds(long microSecond) {
Review Comment:
ut for this function
--
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]