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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/heartbeat/HoodieHeartbeatClient.java:
##########
@@ -72,21 +73,21 @@ public HoodieHeartbeatClient(HoodieStorage storage, String 
basePath, Long heartb
 
   static class Heartbeat {

Review Comment:
   Added `@Data` here manually. 
   
   Since the fields uses Wrapper object classes, `isHeartbeatStopped` Lombok 
generates the getter method:
   `getIsHeatbeatStopped()`, i have changed the usages to match it and cleaned 
up the code a little.



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