voonhous commented on code in PR #18957:
URL: https://github.com/apache/hudi/pull/18957#discussion_r3409069814
##########
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/TimelineDiffHelper.java:
##########
@@ -125,48 +127,18 @@ private static List<Pair<HoodieInstant, HoodieInstant>>
getPendingActionTransiti
/**
* A diff result of timeline.
*/
+ @AllArgsConstructor
+ @Getter
+ @ToString
public static class TimelineDiffResult {
private final List<HoodieInstant> newlySeenInstants;
private final List<HoodieInstant> finishedCompactionInstants;
private final List<HoodieInstant> finishedOrRemovedLogCompactionInstants;
+ @Accessors(fluent = true)
Review Comment:
Ignoring this. Bot is asking us to use the `@Getter`, then define the method
ourself.
--
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]