Github user twdsilva commented on a diff in the pull request:

    https://github.com/apache/phoenix/pull/304#discussion_r194544646
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/util/MetaDataUtil.java ---
    @@ -651,6 +653,10 @@ public static String 
getJdbcUrl(RegionCoprocessorEnvironment env) {
                 + PhoenixRuntime.JDBC_PROTOCOL_SEPARATOR + zkParentNode;
         }
     
    +    public static boolean 
isPropertyAllowedToBeOutOfSyncAmongColFamsAndIndexes(String colFamProp) {
    --- End diff --
    
    Just return .contains since the callers always negate the boolean returned 
by this function.


---

Reply via email to