Gabriel39 commented on code in PR #20044: URL: https://github.com/apache/doris/pull/20044#discussion_r1209709456
########## be/src/vec/runtime/vdatetime_value.h: ########## @@ -235,6 +235,7 @@ class VecDateTimeValue { // Now this type is a temp solution with little changes VecDateTimeValue() : _neg(0), _type(TIME_DATETIME), + _microsecond(0), Review Comment: We should not support microsecond for VecDateTimeValue. We only need this for DateV2 -- 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