For Athena compression, supported but supported formats
- Snappy (.snappy)
- Zlib (.bz2)
- Gzip (.gz)
These formats are determined by the suffix of the file name. If the suffix does not match, the reader does not decrypt the content. I tested it with the test.csv.gz file and it worked right away. So try changing the compression from zip to gzip and it should work.
source share