Dear all, I try the following code:
``` data = load 'xxx' as (col: String); data = filter data by col != ''; out = foreach data generate col; ``` I don't know why pig allow recursive value assignment, as it would be confused. I might wonder which 'data' does 'out' relies. James
