voonhous commented on code in PR #17630:
URL: https://github.com/apache/hudi/pull/17630#discussion_r2629312278
##########
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:
Yeap, i was torn between whether to move the `@Getter` to the class level
for classes with only 1 field/attribute. I'll just standardize and move it to
class level then.
My concern was that if more fields are added in the future, `@Getter` will
be added to the new field even if it is not required.
--
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]