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: [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]

Reply via email to