haormj opened a new issue #2744: URL: https://github.com/apache/iceberg/issues/2744
hi all: thanks for your job on https://github.com/apache/iceberg/pull/1870 1. environment - flink 1.12.4 - iceberg 98da9749edee574b8ed673d69e0ef80ce7ae0272 2. use JdbcCatalog by mysql 5.6 - engine: innodb - error: `Specified key was too long; max key length is 767 bytes` - cause by: `PRIMARY KEY (catalog_name, table_namespace, table_name)` - how should we fix it? 3. use JdbcCatalog by postgresql 11.5 - create iceberg_tables first time works ok - second time ` ERROR: relation "iceberg_tables" already exists` - I change this [line](https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/jdbc/JdbcUtil.java#L30) ICEBERG_TABLES to iceberg_tables, it works ok - if this method looks ok, I can commit pull request -- 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]
