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')
demandé il y a un an217 vues
1 réponse
0

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

répondu il y a 5 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions