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

    https://github.com/apache/accumulo/pull/275#discussion_r127797105
  
    --- Diff: 
core/src/main/java/org/apache/accumulo/core/util/LocalityGroupUtil.java ---
    @@ -50,16 +52,16 @@
     
       // private static final Logger log = 
Logger.getLogger(ColumnFamilySet.class);
     
    -  public static final Set<ByteSequence> EMPTY_CF_SET = 
Collections.emptySet();
    +  public static final Set<ByteSequence> EMPTY_CF_SET = ImmutableSet.of();
    --- End diff --
    
    To take advantage of the ImmutableSet comparison logic, I needed this set 
to also be an ImmutableSet.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to