@Test
public void testPartitionShardCommit()
throws Exception
{
long tableId = 1;
ConnectorTableHandle tableHandle = new RaptorTableHandle("test", "demo", "test", tableId, new RaptorColumnHandle("test", "foo", 1, BIGINT), null);
UUID shardId1 = UUID.randomUUID();
UUID shardId2 = UUID.randomUUID();
assertNotEquals(shardId2, shardId1);