nsivabalan commented on code in PR #13236:
URL: https://github.com/apache/hudi/pull/13236#discussion_r2071156284
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java:
##########
@@ -74,7 +89,30 @@ public SparkRDDWriteClient(HoodieEngineContext context,
HoodieWriteConfig client
public SparkRDDWriteClient(HoodieEngineContext context, HoodieWriteConfig
writeConfig,
Option<EmbeddedTimelineService> timelineService) {
super(context, writeConfig, timelineService,
SparkUpgradeDowngradeHelper.getInstance());
- this.tableServiceClient = new SparkRDDTableServiceClient<T>(context,
writeConfig, getTimelineServer());
+ this.tableServiceClient = new SparkRDDTableServiceClient<T>(context,
writeConfig, getTimelineServer(),
+ new Functions.Function2<String, HoodieTableMetaClient,
Option<HoodieTableMetadataWriter>>() {
Review Comment:
Get Metadata Writer function
--
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]