krummas commented on code in PR #4702:
URL: https://github.com/apache/cassandra/pull/4702#discussion_r3179777175


##########
src/java/org/apache/cassandra/tools/nodetool/CompactionStats.java:
##########
@@ -132,13 +138,14 @@ public static void 
reportCompactionTable(List<Map<String,String>> compactions, l
         long remainingBytes = 0;
 
         if (vtableOutput)
-            table.add("keyspace", "table", "task id", "completion ratio", 
"kind", "progress", "sstables", "total", "unit", "target directory");
+            table.add("keyspace", "table", "task id", "completion ratio", 
"kind", "progress", "sstables", "total", "total compressed", "unit", "target 
directory");
         else
-            table.add("id", "compaction type", "keyspace", "table", 
"completed", "total", "unit", "progress");
+            table.add("id", "compaction type", "keyspace", "table", 
"completed", "total", "compressed", "unit", "progress");

Review Comment:
   I think we need to keep the old format when not having the `--vtable` flag



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to