I've been doing the following to count rows: x = foreach (group foo all) generate COUNT($1);
Is that the current best practice? If so, would there be interest in a patch that simply did: x = rowcount(foo) ? I find myself doing sanity checks on scripts a fair amount and am starting to wish for something less verbose. -Grant -------------------------- Grant Ingersoll
