yangzhg commented on a change in pull request #5547:
URL: https://github.com/apache/incubator-doris/pull/5547#discussion_r598446741



##########
File path: be/src/olap/decimal12.h
##########
@@ -156,6 +139,8 @@ struct decimal12_t {
     int32_t fraction;
 } __attribute__((packed));
 
+static_assert(std::is_trivial<decimal12_t>::value, "decimal12_t should be a 
pod type");

Review comment:
       use upper case POD 




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to