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,

gefragt vor einem Jahr34 Aufrufe
Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen