voonhous commented on code in PR #18957:
URL: https://github.com/apache/hudi/pull/18957#discussion_r3409055292


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

Review Comment:
   Good catch. Dropped `@ToString` and kept an explicit `toString()` so the 
logged format stays `TimelineDiffResult{...}`.



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