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


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java:
##########
@@ -310,6 +468,27 @@ private void initializeMetadataTable(Option<String> 
inFlightInstantTimestamp, Ho
     }
   }
 
+  /**
+   * Stream write to metadata table if applicable.
+   * @param result instance of {@link HoodieWriteMetadata} of {@link 
HoodieData} of {@link WriteStatus} for data table writes.
+   * @param metadataWriterOpt Optionally instance of {@link 
HoodieTableMetadataWriter}.
+   * @param table {@link HoodieTable} instance of interest.
+   * @param instantTime instant time of interest.
+   * @return entire set of WriteStatus. If streaming writes are enabled, this 
refers to data table write status's and partial metadata table writes. if not, 
this
+   * represents only data table write statuses.
+   */
+  private HoodieData<WriteStatus> 
maybeStreamWriteToMetadataTable(HoodieWriteMetadata<HoodieData<WriteStatus>> 
result, Option<HoodieTableMetadataWriter> metadataWriterOpt,

Review Comment:
   maybeStreamWriteToMetadataTable



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