[ https://issues.apache.org/jira/browse/HIVE-8191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14149625#comment-14149625 ]
Alan Gates commented on HIVE-8191: ---------------------------------- [~vikram.dixit] I'd like to get this into 0.14 as it improves user experience and is a simple patch. It will be ready once HIVE-8203 goes in later this afternoon. > Update and delete on tables with non Acid output formats gives runtime error > ---------------------------------------------------------------------------- > > Key: HIVE-8191 > URL: https://issues.apache.org/jira/browse/HIVE-8191 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.14.0 > Reporter: Alan Gates > Assignee: Alan Gates > Priority: Blocker > Attachments: HIVE-8191.2.patch, HIVE-8191.patch > > > {code} > create table not_an_acid_table(a int, b varchar(128)); > insert into table not_an_acid_table select cint, cast(cstring1 as > varchar(128)) from alltypesorc where cint is not null order by cint limit 10; > delete from not_an_acid_table where b = '0ruyd6Y50JpdGRf6HqD'; > {code} > This generates a runtime error. It should get a compile error instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)