Athena - GENERIC_INTERNAL_ERROR: java.lang.RuntimeException: java.lang.InterruptedException: sleep interrupted

0

I am having this error when querying the information table in Athena. I wonder if anyone else received this error.

select distinct substr("table_name", 12, 8) as "dt" from "information_schema"."tables" 
where "table_name" LIKE 'catalog_id_%' AND "table_schema" = 'catalog-id'
order by 1 desc;
GENERIC_INTERNAL_ERROR: java.lang.RuntimeException: java.lang.InterruptedException: sleep interrupted
This query ran against the "catalog-ph" database, unless qualified by the query. Please post the error message on our forum  or contact customer support  with Query Id: 1d599830-3a43-4326-b662-d26573ac49d8

Best Regards,

posta un anno fa34 visualizzazioni
Nessuna risposta

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