danny0405 commented on code in PR #12236:
URL: https://github.com/apache/hudi/pull/12236#discussion_r1841414031


##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/client/HoodieFlinkTableServiceClient.java:
##########
@@ -65,15 +70,16 @@ public class HoodieFlinkTableServiceClient<T> extends 
BaseHoodieTableServiceClie
 
   protected HoodieFlinkTableServiceClient(HoodieEngineContext context,
                                           HoodieWriteConfig clientConfig,
-                                          Option<EmbeddedTimelineService> 
timelineService) {
-    super(context, clientConfig, timelineService);
+                                          Option<EmbeddedTimelineService> 
timelineService,

Review Comment:
   The write to MDT all happens on the Driver/coordinator, the commit also 
happens on Driver for DT, the actual write happens on executors.



-- 
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]

Reply via email to