You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/21 08:41:04 UTC

[GitHub] [iceberg] yuangjiang commented on issue #6236: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Specified key was too long; max key length is 3072 bytes

yuangjiang commented on issue #6236:
URL: https://github.com/apache/iceberg/issues/6236#issuecomment-1321699076

   CREATE TABLE `iceberg_namespace_properties` (
     `catalog_name` varchar(255) NOT NULL,
     `namespace` varchar(255) NOT NULL,
     `property_key` varchar(255) NOT NULL,
     `property_value` varchar(5500) DEFAULT NULL,
     PRIMARY KEY (`catalog_name`,`namespace`,`property_key`)
   ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
   
   When I modify the following properties, is the NAMESPACE_PROPERTY_KEY in the normal CREATE_NAMESPACE_PROPERTIES_TABLE set too large?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org