We’re not there yet… https://issues.apache.org/jira/browse/HIVE-10924
Dudu From: Vijay Ramachandran [mailto:[email protected]] Sent: Friday, September 23, 2016 11:47 AM To: [email protected] Subject: on duplicate update equivalent? Hello. Is there a way to write a query with a behaviour equivalent to mysql's "on duplicate update"? i.e., try to insert, and if key exists, update the row instead? thanks,
