You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/01 06:37:33 UTC

[GitHub] googlerobot commented on issue #4271: Error inserting table_columns for SQL Server table due to too long "type" value

googlerobot commented on issue #4271: Error inserting table_columns for SQL Server table due to too long "type" value
URL: https://github.com/apache/incubator-superset/issues/4271#issuecomment-362172805
 
 
   I have the same error under mysql with config `default-character-set = utf8mb4`,
   and I found the error reason is try to insert into table `table_columns` with type value `VARCHAR(255) COLLATE UTF8MB4_UNICODE_CI` ,  but type field seems max length is 32, I modify the column fixed this error.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services