ZhangChao created FLINK-38194: --------------------------------- Summary: Iceberg connector supports auto-creating namespace Key: FLINK-38194 URL: https://issues.apache.org/jira/browse/FLINK-38194 Project: Flink Issue Type: Improvement Components: Flink CDC Affects Versions: cdc-3.4.0 Reporter: ZhangChao
Currently, Icerberg connector does not support auto-creating namaspace. When using hive matastore, it will throw a exception if a user tries write data to iceberg which does not have a namespace. In the Iceberg sink, when a createTableEvent is encountered, we can first create the namespace and then create the table. -- This message was sent by Atlassian Jira (v8.20.10#820010)