vinothchandar commented on a change in pull request #2398:
URL: https://github.com/apache/hudi/pull/2398#discussion_r550722144



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/CompactionAdminClient.java
##########
@@ -481,6 +481,11 @@ private ValidationOpResult 
validateCompactionOperation(HoodieTableMetaClient met
     throw new HoodieException("FileGroupId " + fgId + " not in pending 
compaction");
   }
 
+  @Override
+  protected void initWrapperFSMetrics() {

Review comment:
       no needed. remnant from when it was an abstract method. removed




----------------------------------------------------------------
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]


Reply via email to