nsivabalan commented on code in PR #13236:
URL: https://github.com/apache/hudi/pull/13236#discussion_r2071288841
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/RunCompactionActionExecutor.java:
##########
@@ -110,28 +105,13 @@ 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();
- HoodieCommitMetadata metadata = new HoodieCommitMetadata(true);
Review Comment:
Avoid generating HoodieCommitMetadata for compaction 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]