nsivabalan commented on PR #13229: URL: https://github.com/apache/hudi/pull/13229#issuecomment-2849616816
@danny0405 : here is the link to bootstrap https://github.com/apache/hudi/blob/40c2a99b87955f5a4a2ba36d007996be63cfbac6/hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/bootstrap/SparkBootstrapCommitActionExecutor.java#L251 Here we are directly executing CommitActionExecutor and expecting the commit to complete. Since we don't have a writeClient instance, I could not call commit() explicitly. And hence had to keep the auto commit flow by means of "internal auto commit". -- 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]
