}
@Test
public void profileSort()
{
InOutTap tap = Operator.OPERATOR_TAP; // Force loading of class and registration of tap.
Tap.setEnabled(OPERATOR_TAPS, true);
ordering = ordering();
ordering.append(ExpressionGenerators.field(tRowType, 0), true);
plan = sort_General(groupScan_Default(group), tRowType, ordering, SortOption.PRESERVE_DUPLICATES);
populateDB(10000000);