Amazon Athena returning Error Code INTERNAL_ERROR_QUERY_ENGINE on single table SELECT [Query Id: 48b0a8cc-13ce-4c90-8295-c69c682e7f11]

0

Athena Query Id: 48b0a8cc-13ce-4c90-8295-c69c682e7f11

When doing a SELECT statement for a table it returns an INTERNAL_ERROR_QUERY_ENGINE error when we have a lot of AND ((attr1 = 'value' AND attr2 = 'value2') OR (attr = 'value3' AND attr2 = 'value4')) as soon as we keep adding a bunch of those (attr1 = 'value' AND attr2 = 'value2') inside one of the WHERE conditions the error starts to happen.

asked 6 months ago167 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