Re: Removing null from Bag/Tuple via DataFu

2015-06-08 Thread Attinder Khalsa
Thanks for quick response. Wanted to check before i add something in my code. Attinder S Khalsa > On Jun 8, 2015, at 11:51 AM, Matthew Hayes > wrote: > > I don't think we have a UDF to do something like this. A nested foreach is > probably concise enough. > >> On Fri, Jun 5, 2015 at 2:37 P

Re: Removing null from Bag/Tuple via DataFu

2015-06-08 Thread Matthew Hayes
I don't think we have a UDF to do something like this. A nested foreach is probably concise enough. On Fri, Jun 5, 2015 at 2:37 PM, Attinder Singh Khalsa wrote: > Hi Guys, > I am trying to see if there is already method to remove null or empty item > from bag? > > Thanks > Attinder Singh Khals

Removing null from Bag/Tuple via DataFu

2015-06-05 Thread Attinder Singh Khalsa
Hi Guys, I am trying to see if there is already method to remove null or empty item from bag? Thanks Attinder Singh Khalsa