john-bodley commented on a change in pull request #8867: Make schema name for
the CTA queries and limit configurable
URL:
https://github.com/apache/incubator-superset/pull/8867#discussion_r384942167
##########
File path: .travis.yml
##########
@@ -64,8 +64,10 @@ jobs:
- redis-server
before_script:
- mysql -u root -e "DROP DATABASE IF EXISTS superset; CREATE DATABASE
superset DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci"
+ - mysql -u root -e "DROP DATABASE IF EXISTS sqllab_test_db; CREATE
DATABASE sqllab_test_db DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci"
Review comment:
It’s not clear from this PR why we need these additional two databases.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]