Hi @heta desai
I believe the outer braces doesnt represent bag. Normally in pig whenever you DUMP the output it will be displayed within "()".
Once you store the pig output in a file it wont show braces.
In case if you have any bag in a pig output then using FLATTEN to remove the bag and store it in a hive table.