Hello, Thanks, you are right, I will do that.
Regards, Lucian On Fri, May 20, 2011 at 4:08 PM, Harsh J <[email protected]> wrote: > Hello Lucian, > > TableSplit appears to be a HBase component. Bugs/Patches against HBase > ought to go to the HBASE Jira project. > > On Fri, May 20, 2011 at 4:08 PM, Lucian Iordache > <[email protected]> wrote: > > Hi guys, > > > > I've just found a problem with the class TableSplit. It implements > "equals", > > but it does not implement hashCode also, as it should have. > > I've discovered it by trying to use a HashSet of TableSplit's, and I've > > noticed that some duplicate splits are added to the set. > > > > The only option I have for now is to extend TableSplit and to use the > > subclass. > > I use cloudera cdh3u0 version of hadoop. > > > > Do you know about this problem? Should I open a Jira issue for that, or > it > > already exists? > > > > Thanks, > > Lucian > > > > > > -- > Harsh J >
