yihua commented on code in PR #17630:
URL: https://github.com/apache/hudi/pull/17630#discussion_r2628476315
##########
hudi-common/src/main/java/org/apache/hudi/avro/AvroLogicalTypeEnum.java:
##########
@@ -35,13 +40,6 @@ public enum AvroLogicalTypeEnum {
LOCAL_TIMESTAMP_MICROS("local-timestamp-micros"),
DURATION("duration");
+ @Getter
Review Comment:
nit: `@Getter` can be at the class level for grouping the annotations
together?
--
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]