Dzeri96 opened a new issue, #14424: URL: https://github.com/apache/iceberg/issues/14424
### Apache Iceberg version 1.9.1 ### Query engine Spark ### Please describe the bug 🐞 As discussed on [Slack](https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1761315026299809), the default database/namespace in the spark session catalog implementation is hard-coded to `default`, meaning that `spark.sql.catalog.spark_catalog.default-namespace` has no effect. As a workaround, I've figured out that `spark.sql.catalog.spark_catalog.defaultDatabase` works, however we should either fix the misleading documentation, or see if we can get the config to work. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
