You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Stan Rosenberg <sr...@proclivitysystems.com> on 2011/10/02 18:22:54 UTC

Conditional execution of 'generate' clauses

Hi Folks,

I came across a use case where I'd like to do something like this:

FOREACH X {
   if (!IsEmpty(t))

}