xuzifu666 commented on code in PR #10314:
URL: https://github.com/apache/hudi/pull/10314#discussion_r1423577968
##########
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:
problem is job would stop with out any error or details to dig cause,these
would take more work without the log @danny0405
##########
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:
problem is job would stop with out any error or details to dig cause,these
would take more work without the log @danny0405
--
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]