JD
Your explanation was very helpful ! Thanks for replying !
On Mon, May 10, 2010 at 10:29 PM, Jean-Daniel Cryans wrote:
> Two things:
>
> First TableMap was using the raw type instead of a generic one, this
> was fixed in https://issues.apache.org/jira/browse/HBASE-876
>
> Then it wasn't gene
Two things:
First TableMap was using the raw type instead of a generic one, this
was fixed in https://issues.apache.org/jira/browse/HBASE-876
Then it wasn't generic enough, so this was filed
https://issues.apache.org/jira/browse/HBASE-1725
That's the explanation. I remember having the same issue
Hey folks ,
I have a small question regarding TableMap class. I know it is deprecated in
0.20.3 ,
But the declaration was changed from
public interface TableMap
extends Mapper
TO
public interface TableMap, V extends
Writable>
extends Mapper {
Why is there an additional restriction on K tha