[ https://issues.apache.org/jira/browse/HIVE-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2640: ------------------------------ Attachment: HIVE-2640.D699.1.patch kevinwilfong requested code review of "HIVE-2640 [jira] Add alterPartition to AlterHandler interface". Reviewers: JIRA Added alterPartition to the AlterHandler interface. Moved the implementation of the alter_partition_core method in HMSHandler into HiveAlterHandler's implementation of the method. Adding alterPartition to the AlterHandler interface would allow for customized functionality to be executed as part of altering a partition, much like it is already allowed for alterTable. Based on the name of the interface, and a comment in the AlterHandler code, it looks like alterPartition was meant to be included along with alterTable. TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D699 AFFECTED FILES metastore/src/java/org/apache/hadoop/hive/metastore/AlterHandler.java metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java metastore/src/java/org/apache/hadoop/hive/metastore/HiveAlterHandler.java MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/1539/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Add alterPartition to AlterHandler interface > -------------------------------------------- > > Key: HIVE-2640 > URL: https://issues.apache.org/jira/browse/HIVE-2640 > Project: Hive > Issue Type: Improvement > Reporter: Kevin Wilfong > Attachments: HIVE-2640.D699.1.patch > > > Adding alterPartition to the AlterHandler interface would allow for > customized functionality to be executed as part of altering a partition, much > like it is already allowed for alterTable. > Based on the name of the interface, and a comment in the AlterHandler code, > it looks like alterPartition was meant to be included along with alterTable. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira