@Test
public void testSortLongStringKeys() throws Exception
{
final int numSegments = MEMORY_SIZE / MEMORY_PAGE_SIZE;
final List<MemorySegment> memory = this.memoryManager.allocatePages(new DummyInvokable(), numSegments);
@SuppressWarnings("unchecked")
RecordComparator accessors = new RecordComparator(new int[] {1}, new Class[]{Value.class});
NormalizedKeySorter<Record> sorter = new NormalizedKeySorter<Record>(RecordSerializer.get(), accessors, memory);