tbinoy opened a new issue, #6186: URL: https://github.com/apache/iceberg/issues/6186
### Apache Iceberg version _No response_ ### Query engine _No response_ ### Please describe the bug 🐞 The table create statement from Presto to AWS Glue metastore fails with below error. presto> create schema isl_progress with(location='s3://xxxxxx/'); CREATE SCHEMA presto> create table isl_progress.sprint_details(sprint_id int, sprint_progress_pct varchar); **Query 20221114_115537_00033_tb3fw failed: Lock is not supported by default** I noticed an old issue for the AWS Glue support for metastore. https://github.com/apache/iceberg/issues/932 Had this issue been addressed? -- 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]
