You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/29 05:47:11 UTC

[GitHub] [incubator-superset] mistercrunch opened a new pull request #7606: fix: SqlaColumn.type overflow on mysql

mistercrunch opened a new pull request #7606: fix: SqlaColumn.type overflow on mysql
URL: https://github.com/apache/incubator-superset/pull/7606
 
 
   ### CATEGORY
   
   - [x] Bug Fix
   
   
   ### SUMMARY
   Hitting a new error when loading examples around a datatype that exceeds
   the 32 chars limit on SqlaColumn.type
   
   Type looks like 'VARCHAR(255) COLLATE utf8mb4_general_ci' suffix which is too
   verbose and not needed in that context. Adding mysql-specific code that strips out the collation information.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org