AWS Glue Crawler misinterpreting gzip CSV file location,
The issue that i am facing is that when i am running the crawler to read gzip file it is able to get the schema of the csv file but the thing is when i am running query on athena to preview the table i am not getting the data in the csv file. Another thing that i observed that whem i am seeign the details of the table in aws glue i can observe that the location it is pointing towards the folder that has the name of the file instead of file and the folder doesn’t exist. Is it doing this because it has problem in reading compressed file? if that is the case should i do something with the classifier?