pratyakshsharma commented on a change in pull request #3929:
URL: https://github.com/apache/hudi/pull/3929#discussion_r782921008
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieMultiTableDeltaStreamer.java
##########
@@ -378,16 +383,23 @@ private static String resetTarget(Config configuration,
String database, String
/**
* Creates actual HoodieDeltaStreamer objects for every table/topic and does
incremental sync.
*/
- public void sync() {
- for (TableExecutionContext context : tableExecutionContexts) {
Review comment:
@watermelon12138 the execution is happening serially in the current
implementation. Please see this for loop here. We intend to change it to
parallel execution.
--
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]