[ https://issues.apache.org/jira/browse/HIVE-8152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eugene Koifman updated HIVE-8152: --------------------------------- Attachment: HIVE-8152.patch partial patch. includes changes to parser in this ticket and HIVE-7877. The later works e2e. Update part generates rewritten Insert statement with plain columns as projections not RHS of SET clause. See update_all_types.q > Update with expression in set fails > ----------------------------------- > > Key: HIVE-8152 > URL: https://issues.apache.org/jira/browse/HIVE-8152 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.14.0 > Reporter: Alan Gates > Assignee: Eugene Koifman > Priority: Critical > Attachments: HIVE-8152.patch > > > Doing: {{update orctabsmall set age = age + 1;}} results in {{FAILED: > ParseException line 1:33 missing EOF at '+' near 'age'}} > We should be able to handle simple expressions in set clauses. -- This message was sent by Atlassian JIRA (v6.3.4#6332)