ddanielr commented on code in PR #5332:
URL: https://github.com/apache/accumulo/pull/5332#discussion_r1955029240
##########
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:
The build is erroring on this import. I think this class was introduced in
an earlier version of accumulo and does not exist in the 2.1 branch.
I suggest switching this back to `TExternalCompactionList` and then fixing
any other build errors locally before you push changes again.
--
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]