The issue was with Bloom Filter Index. For every file inserted into delta table a bloom filter index file was created which was more in size. Since we had 80,000 partitions and 100s of thousands of sub files which lead to bloating of table. When I dropped the bloom filter index(since we didn really needed it) and recreate the same table the data size went down from 100 TB to 8 TB