I have already read the answers under the question AWS Athena Returning Zero Records from Tables Created from GLUE Crawler input csv from S3
and the question https://aws.amazon.com/de/premiumsupport/knowledge-center/athena-empty-results/
As advised
- I have given the folder path in S3 instead of the file name to the Glue crawler.
- I have deleted and recreated the crawler
But it didnĀ“t help
my case:
sample data from csv in s3 storage:
Cloud Watch Log show the glue table is successfully created:
the schema structure looks like:
Sizekey 333 matched the csv data size:
But when I run the Athena query, I got the result:
Only the columns are returned, no records returned. Data scanned: 0 KB
Anyone has an idea why the glue crawler can not transform the data?
Thanks!