danny0405 commented on code in PR #13307:
URL: https://github.com/apache/hudi/pull/13307#discussion_r2127829747
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java:
##########
@@ -397,4 +388,39 @@ public void releaseResources(String instantTime) {
super.releaseResources(instantTime);
SparkReleaseResources.releaseCachedData(context, config, basePath,
instantTime);
}
+
+ /**
+ * WriteStatus metadata tracker to hold info like total records, total
record records,
+ * HoodieWriteStat and whether the writeStatus is referring to metadata
table or not.
+ */
+ static class WriteStatusMetadataTracker implements Serializable {
Review Comment:
WriteStatusMetadataTracker -> SlimWriteStatus ?
--
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]