Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/46#discussion_r39518163
  
    --- Diff: 
core/src/test/java/org/apache/accumulo/core/iterators/DefaultIteratorEnvironment.java
 ---
    @@ -18,17 +18,16 @@
     
     import java.io.IOException;
     
    +import org.apache.accumulo.core.client.impl.TestIteratorEnvironment;
     import org.apache.accumulo.core.conf.AccumuloConfiguration;
     import org.apache.accumulo.core.data.Key;
     import org.apache.accumulo.core.data.Value;
    -import org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope;
     import org.apache.accumulo.core.iterators.system.MapFileIterator;
    -import org.apache.accumulo.core.security.Authorizations;
     import org.apache.accumulo.core.util.CachedConfiguration;
     import org.apache.hadoop.conf.Configuration;
     import org.apache.hadoop.fs.FileSystem;
     
    -public class DefaultIteratorEnvironment implements IteratorEnvironment {
    +public class DefaultIteratorEnvironment extends TestIteratorEnvironment {
    --- End diff --
    
    Fixed in 3d0be31.  I think I ended with the goofy name because when I was 
re-factoring I initially created the class in src/test.   Then later I realized 
it was more generally useful and moved it.   Anyway, good catch.  I think the 
new name is much much better.


---
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