danny0405 commented on code in PR #10314:
URL: https://github.com/apache/hudi/pull/10314#discussion_r1423561174


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala:
##########
@@ -975,6 +975,13 @@ class HoodieSparkSqlWriterInternal {
       val metaSyncSuccess = metaSync(spark, 
HoodieWriterUtils.convertMapToHoodieConfig(parameters),
         tableInstantInfo.basePath, schema)
 
+      if (metaSyncSuccess) {
+        log.info("metaSyncSuccess " + tableInstantInfo.instantTime + " 
successful!")
+      }

Review Comment:
   Kind of remember if the meta sync failes, the whole job would just fail.



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to