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

    https://github.com/apache/phoenix/pull/77#discussion_r29098659
  
    --- Diff: 
phoenix-core/src/main/java/org/apache/phoenix/cache/GlobalCache.java ---
    @@ -157,4 +159,18 @@ public TenantCache 
getChildTenantCache(ImmutableBytesWritable tenantId) {
             }
             return tenantCache;
         }
    +
    +    public static class FunctionBytesPtr extends ImmutableBytesPtr {
    +
    +        public FunctionBytesPtr(byte[] key) {
    +            super(key);
    +        }
    +
    +        @Override
    +        public boolean equals(Object obj) {
    --- End diff --
    
    I will override the hashcode and just call super.hashCode() then we won't 
get checkstyle or findbug warning.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to