yihua commented on code in PR #13291:
URL: https://github.com/apache/hudi/pull/13291#discussion_r2110554778
##########
hudi-common/src/main/java/org/apache/hudi/internal/schema/Type.java:
##########
@@ -62,7 +62,9 @@ enum TypeID {
DATE(Integer.class),
BOOLEAN(Boolean.class),
TIME(Long.class),
+ TIME_MILLIS(Integer.class),
Review Comment:
Should the primitive type for the logical type of time-millis also use
`Long` type?
--
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]