dlmarion commented on code in PR #6126:
URL: https://github.com/apache/accumulo/pull/6126#discussion_r2806124794
##########
server/base/src/main/java/org/apache/accumulo/server/util/TableDiskUsage.java:
##########
@@ -70,7 +77,8 @@
* For more accurate information a compaction should first be run on all files
for the set of tables
* being computed.
*/
-public class TableDiskUsage {
+@AutoService(KeywordExecutable.class)
Review Comment:
I understand not having Merge as a command line utility , but do you think
TableDiskUsage is useful outside of the Shell?
--
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]