the-other-tim-brown commented on code in PR #13422:
URL: https://github.com/apache/hudi/pull/13422#discussion_r2141499211
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java:
##########
@@ -391,6 +391,11 @@ public void releaseResources(String instantTime) {
SparkReleaseResources.releaseCachedData(context, config, basePath,
instantTime);
}
+ @Override
+ public SparkRDDWriteClient<T> createNewClient() {
+ return new SparkRDDWriteClient<>(context,
HoodieWriteConfig.newBuilder().withProperties(config.getProps()).build());
Review Comment:
I'm not understanding the recommendation, where would the client be
initialized?
--
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]