Amazon Athena experienced an internal error while executing this query----when executed on partitioned table

0
select * from abdc a where a.employee_id in (select employee_id from abc)

The table abdc is partition projected on employee_id.

** I got this error while executing this query **

Amazon Athena experienced an internal error while executing this query. Please try submitting the query again and if the issue reoccurs, contact AWS support for further assistance. We apologize for the inconvenience.

The same query got executed when I executed --

select * from abdc a where a.employee_id in ('123456789')
質問済み 1年前217ビュー
1回答
0

Hi, I'm having the same issue. Did you manage to find the cause of the problem and fix it? Thanks

回答済み 5ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ