gjacoby126 commented on a change in pull request #517: PHOENIX-5211 Consistent 
Immutable Global Indexes for Non-Transactiona…
URL: https://github.com/apache/phoenix/pull/517#discussion_r298367031
 
 

 ##########
 File path: phoenix-core/src/main/java/org/apache/phoenix/util/IndexUtil.java
 ##########
 @@ -137,7 +143,12 @@
 public class IndexUtil {
     public static final String INDEX_COLUMN_NAME_SEP = ":";
     public static final byte[] INDEX_COLUMN_NAME_SEP_BYTES = 
Bytes.toBytes(INDEX_COLUMN_NAME_SEP);
-    
+
+    private static Cache<String, Boolean> 
IndexNameGlobalIndexCheckerEnabledMap = CacheBuilder.newBuilder()
 
 Review comment:
   super tiny nit: variables in Java should start with a lower case letter. 
Only bother with this if you need to make a change for other reasons. :-)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to