the-other-tim-brown commented on code in PR #13444:
URL: https://github.com/apache/hudi/pull/13444#discussion_r2198999019
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/plan/generators/HoodieLogCompactionPlanGenerator.java:
##########
@@ -55,7 +54,6 @@ public HoodieLogCompactionPlanGenerator(HoodieTable table,
HoodieEngineContext e
super(table, engineContext, writeConfig, executor);
this.compactionStrategy = HoodieCompactionStrategy.newBuilder()
.setStrategyParams(getStrategyParams())
- .setCompactorClassName(LogCompactionExecutionHelper.class.getName())
Review Comment:
The field is nullable but it probably makes more sense to keep setting this
for now for compatibility between versions.
--
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]