nsivabalan commented on a change in pull request #3590:
URL: https://github.com/apache/hudi/pull/3590#discussion_r716251519
##########
File path:
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java
##########
@@ -96,6 +94,11 @@ public SparkRDDWriteClient(HoodieEngineContext context,
HoodieWriteConfig writeC
public SparkRDDWriteClient(HoodieEngineContext context, HoodieWriteConfig
writeConfig,
Option<EmbeddedTimelineService> timelineService) {
super(context, writeConfig, timelineService);
+ if (config.isMetadataTableEnabled()) {
+ // If the metadata table does not exist, it should be bootstrapped here
Review comment:
yes, as of today its not safe. Our migration guideline w/ current design
is documented [here](https://issues.apache.org/jira/browse/HUDI-2475). I have
thought of an idea on how to support async bootstrapping. Don't think the scope
is within this PR. I will pen down my thoughts in a jira and will let you know.
--
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]