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/06/13 17:01:28 UTC

[GitHub] [iceberg] kbendick commented on issue #5014: JDBC create iceberg_namespace_properties table failed in mysql 8.

kbendick commented on issue #5014:
URL: https://github.com/apache/iceberg/issues/5014#issuecomment-1154165069

   So the issue with the field being named `key` has been resolved.
   
   Do you have any reference, for example to MySQL documentation (and ideally Postgres documentation) that states what the field length limit is?
   
   You mentioned MySQL 8, but do you know which versions of MySQL are affected by this and does the latest version of MySQL fail due to the `varchar` size?
   
   That would be a helpful first step in finding a better size.
   
   We’d then need to update the code, and likely provide a path for users to upgrade (or some configuration field indicating to use the old style), depending on what RDBMS are affected.
   
   I’d ask, if possible, that you open a new issue focusing on just the field size limits, referencing this issue if possible. That way there’s less overhead for people reading it as the field name has been changed already.
   
   Thank you for reporting this @noneback!


-- 
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