Daniel del Castillo created HIVE-17865: ------------------------------------------
Summary: MetastoreEventListener - OnUpdate and OnDelete events required for capturing the event on {{UPDATE}} and {{DELETE}} statements respectively Key: HIVE-17865 URL: https://issues.apache.org/jira/browse/HIVE-17865 Project: Hive Issue Type: New Feature Affects Versions: 2.3.0 Reporter: Daniel del Castillo Priority: Minor Extend {{MetaStoreEventListener}} with 2 new methods to capture the execution of {{UPDATE}} and {{DELETE}} statements, e.g.: {code:java} public void onUpdate(UpdateEvent updateEvent) throws MetaException { } public void onDelete(DeleteEvent deleteEvent) throws MetaException { } {code} In a similar fashion to {{InsertEvent}} -- This message was sent by Atlassian JIRA (v6.4.14#64029)