jasondavindev opened a new issue, #5637: URL: https://github.com/apache/iceberg/issues/5637
### Apache Iceberg version 0.14.0 (latest release) ### Query engine Athena ### Please describe the bug 🐞 In the below scenarios Athena returns `GENERIC_INTERNAL_ERROR: Unsupported partition transform: 1000` - Write dataset using overwrite mode - Changes table partition fields I have a table partitioned by the `date` column and after I changed the partition field to `months(date)` Athena cannot query the table returning `GENERIC_INTERNAL_ERROR: Unsupported partition transform: 1000: date: void(7)` I'm using Iceberg 0.14.0 Spark 3.2.1 - AWS EMR Containers release 6.6.0 with provided Iceberg jar -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
