shaofengshi commented on a change in pull request #288: KYLIN-3597 Improve code 
smell
URL: https://github.com/apache/kylin/pull/288#discussion_r224960913
 
 

 ##########
 File path: core-cube/src/main/java/org/apache/kylin/cube/CubeManager.java
 ##########
 @@ -100,6 +100,9 @@ public static CubeManager getInstance(KylinConfig config) {
         return config.getManager(CubeManager.class);
     }
 
+    private static final String FOR_CUBE = "For cube ";
+    private static final String SEGMENT = ", segment ";
 
 Review comment:
   I don't think this worth to declare. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to