nsivabalan commented on code in PR #12236:
URL: https://github.com/apache/hudi/pull/12236#discussion_r1839063857
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/RunCompactionActionExecutor.java:
##########
@@ -110,7 +110,10 @@ public HoodieWriteMetadata<HoodieData<WriteStatus>>
execute() {
compactor.maybePersist(statuses, context, config, instantTime);
context.setJobStatus(this.getClass().getSimpleName(), "Preparing
compaction metadata: " + config.getTableName());
- List<HoodieWriteStat> updateStatusMap =
statuses.map(WriteStatus::getStat).collectAsList();
+
+ // we are triggering the dag here.
+ // thinking if we can keep the RDD<WriteStatus> as is and dereference it
in BaseHoodieTableServiceClient just before complete Compaction.
Review Comment:
we are removing collect() from here
--
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]