lv-docto commented on issue #11483: URL: https://github.com/apache/iceberg/issues/11483#issuecomment-2464955573
Hello @noah-instructure , We faced a similar issue, here is how we solved it: 1. ensure the spark conf `spark.sql.catalog.glue_catalog.glue.skip-name-validation` is set to `true` 2. In spark, use fully qualified table name and use backquotes to enclose names with hyphen: `` my_catalog.`my-database`.`my-table` `` With this setup, we are able to use pretty much any characters allowed by Glue. Hope that helps, Cheers -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org