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,

asked a year ago34 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions