[ https://issues.apache.org/jira/browse/HIVE-17865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasad Nagaraj Subramanya reassigned HIVE-17865: ------------------------------------------------ Assignee: (was: Prasad Nagaraj Subramanya) > 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 > Components: Metastore > 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)