Mohammad Shahid Khan created CARBONDATA-1727:
------------------------------------------------

             Summary: Dataload is successful even in case if some user drops 
the table from other client.
                 Key: CARBONDATA-1727
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1727
             Project: CarbonData
          Issue Type: Bug
          Components: data-load, spark-integration
    Affects Versions: 1.2.0, 1.3.0
            Reporter: Mohammad Shahid Khan
            Assignee: Mohammad Shahid Khan
            Priority: Minor


table drop has highest priority so even if on some table load operation is in 
progress, 
the table could be droped.
If before finishing the load operation the table is dropped then the load 
should fail.

Steps:
1. Create table t1
2. Load data into t1 (big data that takes some time)
3. when load in progress, then drop the table
Actual Result : The load is successful

Expected Result : Final Load status should be fail.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to