yihua commented on code in PR #13291:
URL: https://github.com/apache/hudi/pull/13291#discussion_r2110563377


##########
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:
   Looks like `Integer` type is aligned with Avro.  Could you add a note here 
in a comment?



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

Reply via email to