Re: Why the put without column in batch doesn't generate any error

2014-02-24 Thread Ted Yu
I logged HBASE-10600 for this issue. Cheers On Sun, Feb 23, 2014 at 7:48 PM, Ted Yu wrote: > In 0.94, HConnectionManager#HConnectionImplementation#processBatch(), > there is no validity check on the individual element in the list. > In trunk, there is similar issue. > > Cheers > > > On Sun, Fe

Re: Why the put without column in batch doesn't generate any error

2014-02-23 Thread Ted Yu
In 0.94, HConnectionManager#HConnectionImplementation#processBatch(), there is no validity check on the individual element in the list. In trunk, there is similar issue. Cheers On Sun, Feb 23, 2014 at 7:25 PM, java8964 wrote: > Hi, > I found some inconsistent behavior in the HBase, and wonder