pan3793 opened a new issue #1880: URL: https://github.com/apache/iceberg/issues/1880
As said in Flink doc, we can store flink generic tables in HiveCatalog. > The first is to leverage Hive’s Metastore as a persistent catalog with Flink’s HiveCatalog for storing Flink specific metadata across sessions. For example, users can store their Kafka or ElasticSearch tables in Hive Metastore by using HiveCatalog, and reuse them later on in SQL queries. As I understand, IcebergCatalog is an alternative of HiveCatalog, it also should support this feature. When I am trying to create a Kafka stream table in IcebergCatalog(HadoopCatalog), create success, but seem Flink treat it an iceberg table instead of a Kafka stream table. Is this expected behavior by design? Or a bug should be fixed? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
