Athena query returns values from wrong columns. How to troubleshoot?

0

I have a simple query in athena, select avg price, group by country. It is returning 4 rows, 1 for canada, 1 for usa, and then 2 rows with dates in the country column. This seems to be a bug. What can be done to understand what is going wrong? I am new to athena completely.

Athena is querying a db in glue that has indexed the metadata of a csv file in s3 with its crawler. I have downloaded the csv from s3, and it looks fine.

已提问 1 年前546 查看次数
1 回答
1
已接受的回答

I removed all special characters in glue data brew then re processed the data and it worked fine in athena. it seems columns with forward slashes were messing up athena's query results

已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则