yihua commented on code in PR #17630:
URL: https://github.com/apache/hudi/pull/17630#discussion_r2636630701
##########
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:
Got it, thanks for the clarification. I think class-level `@Getter`
annotation is better if the class is intended to be a data class.
--
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]