GitHub user nareshpr opened a pull request: https://github.com/apache/incubator-carbondata/pull/289
[WIP] Drop Database Cascade command supported in Carbon. Issue : Currently drop database cascade command is restricted in Carbon Solution : Implemented code to support below changes 1) Create DB folder in carbon store when user triggers Create database command 2) Removing DB folder from carbon store when user triggers Drop database command 3) Removing Tables & DB folder from carbon store when user triggers Drop database cascade command You can merge this pull request into a Git repository by running: $ git pull https://github.com/nareshpr/incubator-carbondata dropdbcascade Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/289.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #289 ---- commit c392427096ea5f8d7ad608e75d7ef9298f705935 Author: nareshpr <prnaresh.nar...@gmail.com> Date: 2016-11-03T09:23:03Z Drop Database Cascade command to be supported in Carbon. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---