Suvrat1629 commented on code in PR #5332:
URL: https://github.com/apache/accumulo/pull/5332#discussion_r1955089718


##########
server/base/src/main/java/org/apache/accumulo/server/util/ECAdmin.java:
##########
@@ -18,16 +18,20 @@
  */
 package org.apache.accumulo.server.util;
 
+import java.util.ArrayList;
+import java.util.LinkedHashMap;
+import java.util.List;
+import java.util.Map;
+
 import org.apache.accumulo.core.compaction.thrift.CompactionCoordinatorService;
-import org.apache.accumulo.core.compaction.thrift.TExternalCompactionList;
+import org.apache.accumulo.core.compaction.thrift.TExternalCompactionMap;

Review Comment:
   Okk I will revert it back to `TExternalCompactionList`, about the build 
error I did try running `mvn clean verify -Psunny` but my laptop just goes off 
midway so I think unfortunately there is no way for me to know if there are 
build error without committing the changes :')



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to