SELECT * FROM "sampledb"."parquetcheck" limit 10;
Trying to use Parquet file in S3 and created a table in AWS Athena and it is created perfectly. However when I run the select query, it says "Zero Records Returned." Although My Parquet file in S3 has data.
I have created partition too. IAM has full access on Athena.