Re: org.apache.hadoop.hbase.client.HTable.exists changes my Get-object

2014-11-05 Thread Gerke Ephorus
t; > They do the same thing essentially. > > The fact that we are changing the passed in Get should minimally be > documented in API. We shouldn't. Its a bug. Easy to fix. Want to file an > issue? > > Thanks, > St.Ack > > > On Wed, Nov 5, 2014 at 7:53 AM, Ge

org.apache.hadoop.hbase.client.HTable.exists changes my Get-object

2014-11-05 Thread Gerke Ephorus
Hi all, we are in the process of upgrading HBase from 0.92.x to 0.98.6.x and run into this code in the HBase-client: /** * {@inheritDoc} */ @Override public boolean exists(final Get get) throws IOException { get.setCheckExistenceOnly(true); Result r = get(get); assert r.get