smiklosovic commented on code in PR #2047:
URL: https://github.com/apache/cassandra/pull/2047#discussion_r1050491439
##########
src/java/org/apache/cassandra/tools/nodetool/stats/CompactionHistoryPrinter.java:
##########
@@ -29,6 +29,8 @@
public class CompactionHistoryPrinter
{
+ public static final String UNKNOW_TYPE = "UNKNOW";
Review Comment:
`UNKNOWN`, not `UNKNOW`, both for value of variable and variable itself.
This constant should be moved to `CompactionHistoryTabularData`
--
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]