byte[] endRow = ByteBufferUtil.toBytes(arguments.get(2));
verify(c, tableId, TableOperation.COMPACT,
check(c, tableId, TablePermission.WRITE) || check(c, tableId, TablePermission.ALTER_TABLE) || check(c, SystemPermission.ALTER_TABLE));
fate.seedTransaction(opid, new TraceRepo<Master>(new CompactRange(tableId, startRow, endRow)), autoCleanup);
break;
}
default:
throw new UnsupportedOperationException();
}