HappenLee commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r990063292
########## be/src/vec/functions/function_timestamp.cpp: ########## @@ -501,13 +598,17 @@ class FunctionOtherTypesToDateType : public IFunction { }; using FunctionStrToDate = FunctionOtherTypesToDateType<StrToDate>; - using FunctionMakeDate = FunctionOtherTypesToDateType<MakeDateImpl>; +using FunctionDateTrunc = FunctionOtherTypesToDateType<DateTrunc<VecDateTimeValue, Int64>>; +// using FunctionDateTruncV2 = Review Comment: do not comment the code -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org