[ https://issues.apache.org/jira/browse/HIVE-15754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856991#comment-15856991 ]
Sergio Peña commented on HIVE-15754: ------------------------------------ Test failures are not related, and flaky tests are already reported on HIVE-15058. +1 > exchange partition is not generating notifications > -------------------------------------------------- > > Key: HIVE-15754 > URL: https://issues.apache.org/jira/browse/HIVE-15754 > Project: Hive > Issue Type: Bug > Components: HCatalog > Affects Versions: 2.2.0 > Reporter: Nachiket Vaidya > Assignee: Nachiket Vaidya > Priority: Critical > Fix For: 2.2.0 > > Attachments: HIVE-15754.0.patch, HIVE-15754.1.patch > > > exchange partition event is not generating notifications in notification_log. > There should multiple events generated. one add_partition event and several > drop_partition events. > for example: > {noformat} > ALTER TABLE tab1 EXCHANGE PARTITION (part=1) WITH TABLE tab2; > {noformat} > There should be the following events: > ADD_PARTITION on tab2 on partition (part=1) > DROP_PARTITION on tab1 on partition (part=1) -- This message was sent by Atlassian JIRA (v6.3.15#6346)