Right now, you can do b = DISTINCT (foreach a generate field); but not b =
DISTINCT a.field;

I could extend the parser such that the latter is just sugar for the
former, but I'm curious why this isn't supported?

Reply via email to