zqzhen091 opened a new issue, #6522: URL: https://github.com/apache/iceberg/issues/6522
### Apache Iceberg version 1.1.0 (latest release) ### Query engine Flink ### Please describe the bug 🐞 I download iceberg-flink-runtime-1.16-1.1.0.jar from [https://iceberg.apache.org/releases/]() when i create a hive catalog on flink sql client, it comes a problem. the SQL is: ```sql CREATE CATALOG hive_catalog WITH ( 'type'='iceberg', 'catalog-type'='hive', 'uri'='thrift://localhost:9083', 'clients'='5', 'property-version'='1' ); ``` error info: ```shell [ERROR] Could not execute SQL statement. Reason: java.lang.ClassCastException: org.apache.iceberg.hive.HiveCatalog cannot be cast to org.apache.iceberg.catalog.Catalog -- 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]
