[jira] [Created] (CARBONDATA-2290) Incorrect exception when deleting streaming table

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

[jira] [Created] (CARBONDATA-2290) Incorrect exception when deleting streaming table

Akash R Nilugal (Jira)
anubhav tarar created CARBONDATA-2290:
-----------------------------------------

             Summary: Incorrect exception when deleting streaming table
                 Key: CARBONDATA-2290
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2290
             Project: CarbonData
          Issue Type: Bug
          Components: spark-integration
    Affects Versions: 1.4.0
            Reporter: anubhav tarar
            Assignee: anubhav tarar


 

Incorrect exception when deleting streaming table 

 

test("test blocking update and delete operation on streaming table") {
 // sql("""UPDATE source d SET (d.c2) = (d.c2 + 1) WHERE d.c1 = 'a'""").show()

 sql("""DELETE FROM source WHERE d.c1 = 'a'""").show()

}

Date delete is not allowed for streaming table

 

exception should be 

Data delete is not allowed for streaming table

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)