I'm trying to run the following query over an external table in redshift:
select * from schema.table limit 10;
and I get an error:
[2018-06-20 12:03:14] [XX000][500310] Amazon Invalid operation: S3 Query Exception (Fetch) Details: error: S3 Query Exception (Fetch) code: 15001 context: Task failed due to an internal error. Error fetching stripe data from ORC file https://s3/XXXXXX.orc File size
when I query the same files in athena it works fine. There are more tables in the schema and I can query them as usual.
Can anyone help?
Thanks