betodealmeida edited a comment on pull request #13858: URL: https://github.com/apache/superset/pull/13858#issuecomment-813540759
> @ktmud I don't have any filter boxes with really long names. > Is there a public database that does so I can check it? You can just add a row. Go to SQL Lab and run something like this: ```sql UPDATE table SET country = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' WHERE country = 'Angola'; ``` -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
