@Test public void testLimitEqualToColumns() throws Exception {
try {
TransactionManager tm = new TransactionManager(conf);
TransactionalTable tt = new TransactionalTable(conf, TEST_TABLE);
TransactionState t1 = tm.beginTransaction();
byte[] row = Bytes.toBytes("test-simple");
byte[] row2 = Bytes.toBytes("test-simple2");
byte[] row3 = Bytes.toBytes("test-simple3");
byte[] row4 = Bytes.toBytes("test-simple4");