What does flatten do in pig?
Answer Posted / Abhay Kumar Pandey
In Pig, the FLATTEN operator is used to convert a bag (a collection of tuples with potentially duplicate field names) into a set of tuples.
Post New Answer View All Answers
What is the function of UNION and SPLIT operators? Give examples?
579