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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/HoodieWriteMetadata.java:
##########
@@ -30,23 +34,25 @@
 /**
  * Contains metadata, write-statuses and latency times corresponding to a 
commit/delta-commit action.
  */
+@Getter
+@NoArgsConstructor
 public class HoodieWriteMetadata<O> {
 
+  @Setter
   private O writeStatuses;
   private Option<Duration> indexLookupDuration = Option.empty();
   private Option<Long> sourceReadAndIndexDurationMs = Option.empty();
 
   // Will be set when auto-commit happens
+  @Setter
   private boolean isCommitted;

Review Comment:
   Nothing needs to be done here, we are not exposing getters here, only 
setters.



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