pratyakshsharma commented on a change in pull request #1566:
URL: https://github.com/apache/incubator-hudi/pull/1566#discussion_r426184652
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/Compactor.java
##########
@@ -59,6 +60,10 @@ public void compact(HoodieInstant instant) throws
IOException {
"Compaction for instant (" + instant + ") failed with write errors.
Errors :" + numWriteErrors);
}
// Commit compaction
- compactionClient.commitCompaction(instant.getTimestamp(), res,
Option.empty());
+ writeClient.commitCompaction(instant.getTimestamp(), res, Option.empty());
+ }
+
+ public void updateWriteClient(HoodieWriteClient writeClient) {
Review comment:
Yes, in HoodieDeltaStreamer.
----------------------------------------------------------------
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]