Re: Which statements are supported when using transactions?

2016-10-06 Thread Thomas D'Silva
Francis, Can you please file a JIRA for this? Thanks, Thomas On Thu, Oct 6, 2016 at 12:58 AM, F21 wrote: > I just ran into the following scenario with Phoenix 4.8.1 and HBase 1.2.3. > > 1. Create a transactional table: CREATE TABLE schemas(version varchar not > null

Which statements are supported when using transactions?

2016-10-06 Thread F21
I just ran into the following scenario with Phoenix 4.8.1 and HBase 1.2.3. 1. Create a transactional table: CREATE TABLE schemas(version varchar not null primary key) TRANSACTIONAL=true 2. Confirm it exists/is created: SELECT * FROM schemas 3. Begin transaction. 4. Insert into schemas: