pratyakshsharma commented on a change in pull request #1566:
URL: https://github.com/apache/hudi/pull/1566#discussion_r495496833
##########
File path: hudi-client/src/main/java/org/apache/hudi/client/Compactor.java
##########
@@ -45,7 +45,8 @@ public Compactor(HoodieWriteClient compactionClient) {
public void compact(HoodieInstant instant) throws IOException {
LOG.info("Compactor executing compaction " + instant);
- JavaRDD<WriteStatus> res =
compactionClient.compact(instant.getTimestamp());
+ HoodieWriteClient writeClient = compactionClient;
Review comment:
Any specific reason for introducing a new variable 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.
For queries about this service, please contact Infrastructure at:
[email protected]