dlmarion commented on a change in pull request #2304:
URL: https://github.com/apache/accumulo/pull/2304#discussion_r723611096



##########
File path: 
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java
##########
@@ -156,6 +156,8 @@
 public class TableOperationsImpl extends TableOperationsHelper {
 
   public static final String CLONE_EXCLUDE_PREFIX = "!";
+  public static final String compCanceledMsg = "Compaction canceled";
+  public static final String tableDeletedMsg = "Table is being deleted";

Review comment:
       I think in most other places in the code, static final variables follow 
an UPPER_CASE convention. 




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


Reply via email to