throw new RuntimeException("Unrecognized type family: " + tf);
}
}
// TODO:CRUNCH-23: Intermediate Fix for release 1. More elaborate fix is
// required check JIRA for details.
builder.numReducers(1);
return builder.build();
}
private static <T> GroupingOptions buildGroupingOptions(Configuration conf, PTypeFamily tf, PType<T> ptype,
ColumnOrder[] columnOrders) {