[jira] [Created] (CARBONDATA-3505) Fixed drop database cascade issue when 2 database point to same location.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3505) Fixed drop database cascade issue when 2 database point to same location.

Akash R Nilugal (Jira)
Kunal Kapoor created CARBONDATA-3505:
----------------------------------------

             Summary: Fixed drop database cascade issue when 2 database point to same location.
                 Key: CARBONDATA-3505
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3505
             Project: CarbonData
          Issue Type: Bug
            Reporter: Kunal Kapoor
            Assignee: Kunal Kapoor


Steps to reproduce: 
 # create database x location '/x/table1
 # create database x1 location '/x/table1'
 # create table in x and x1
 # drop database x cascade
 # drop database x1 cascade.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)