jacktengg commented on code in PR #66333:
URL: https://github.com/apache/doris/pull/66333#discussion_r3714218296
##########
be/src/core/data_type/define_primitive_type.h:
##########
@@ -73,7 +73,9 @@ enum PrimitiveType : PrimitiveNative {
TYPE_UINT64, /* 39, used as offset */
TYPE_FIXED_LENGTH_OBJECT, /* 40, represent fixed-length object
on BE */
TYPE_VARBINARY, /* 41, varbinary */
- TYPE_TIMESTAMPTZ /* 42, timestamptz */
+ TYPE_TIMESTAMPTZ, /* 42, timestamptz */
+ // Internal physical type for DATETIMEV2(7..9). The SQL/Thrift type
remains DATETIMEV2.
+ TYPE_DATETIMEV2_NANO /* 43, signed Int64 epoch nanoseconds */
Review Comment:
Will be implemented in following PRs.
--
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]