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')
posta un anno fa217 visualizzazioni
1 Risposta
0

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

con risposta 5 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande