jackylee-ch opened a new issue, #1535: URL: https://github.com/apache/fluss/issues/1535
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Fluss version main (development) ### Please describe the bug 🐞 Setting `fluss.iceberg.type: hive` in server.yaml does not work because `CatalogUtil.loadCatalog` expects a fully qualified class name, not a shorthand type identifier like 'hive'. To properly instantiate an Iceberg catalog using the type shorthand, we should use `CatalogUtil.buildIcebergCatalog` instead of `loadCatalog`. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
