I am able to read .gz files through spark csv and getting expected result. But while trying to read .zip file spark is giving unexpected results like wV�J�.f�T n .
I have visited "https://github.com/apache/hadoop/tree/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress", but didn't find any compression codec for .zip file.
I searched on stackoverflow but didn't get any satisfactory result for that.
Please provide more information if anyone has faced same issue or have any solution on that.