lokeshj1703 commented on code in PR #13305:
URL: https://github.com/apache/hudi/pull/13305#discussion_r2125904286


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/WriteStatus.java:
##########
@@ -257,9 +274,15 @@ public boolean isTrackingSuccessfulWrites() {
     return trackSuccessRecords;
   }
 
+  public boolean isUpdatesMetadataTable() {
+    return updatesMetadataTable;
+  }
+
   @Override
   public String toString() {
-    return "WriteStatus {" + "fileId=" + fileId
+    return "WriteStatus {"
+        + "isUpdatesMetadataTable=" + updatesMetadataTable

Review Comment:
   I changed the name based on this comment. 
https://github.com/apache/hudi/pull/13305#discussion_r2122506445 
   Should I change it to `isForMetadataTable`?



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