Answer Posted / Vikrant Singh Bhadana
A Bag in Apache Pig is an unordered collection of elements, which may contain duplicate values. Unlike arrays and tuples, the order of elements does not matter in a bag. Bags are created using the `BAG` operator or by specifying the `bag` storage type when defining the schema.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers