Mryange commented on code in PR #42978: URL: https://github.com/apache/doris/pull/42978#discussion_r1827363338
########## be/src/vec/functions/function_cast.h: ########## @@ -428,7 +429,6 @@ struct ConvertImpl { for (size_t i = 0; i < size; ++i) { (*vec_null_map_to)[i] = !TimeCast::try_parse_time( vec_from[i], vec_to[i], context->state()->timezone_obj()); - vec_to[i] *= (1000 * 1000); Review Comment: TimeCast::try_parse_time handles this part. -- 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