This is a general SQL error. This can be caused by query timeouts, resource constraints, unexpected DDL alterations before or during a query, and other database errors. Check your database settings and your query, and try again.
Error details:
HIVE_PARTITION_SCHEMA_MISMATCH: There is a mismatch between the table and partition schemas. The types are incompatible and cannot be coerced. The column ‘browsersisinstalled’ in table ‘quicksight_db.cleaned_glue_data’ is declared as type ‘boolean’, but partition ‘year=2024/month=10/day=10’ declared column ‘browsername’ as type ‘string’.
I believe this is of the same issue as in the following post.
*Please note the following is a third party forum outside AWS and I’m providing it for reference purpose only
You might want to check the schema of both table and partition, and drop and recreate the partition so it matches table’s schema.
Hi @kolishashank2712,
Since we have not heard back, I’ll go ahead and close out this topic. However, if you have any additional questions, feel free to create a new post in the community and link this discussion for relevant information if needed.