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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/WriteStatus.java:
##########
@@ -61,6 +61,8 @@ public class WriteStatus implements Serializable {
 
   private final List<Pair<HoodieRecordDelegate, Throwable>> failedRecords = 
new ArrayList<>();
 
+  // true if this WriteStatus refers to a write happening in metadata table.
+  private final boolean updatesMetadataTable;

Review Comment:
   we went over this when we synced up f2f. within SparkRDDWriteClient.commit() 
method, 
   where we would dereference the dag and collect the write status to driver. 
   and bucketize as data table write status and metadata table write status. 
   
   and we can't think of a better way to track this. If you have any good 
ideas, happy to jam :) 



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