saihemanth-cloudera commented on code in PR #5832: URL: https://github.com/apache/hive/pull/5832#discussion_r2162813352
########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java: ########## @@ -9840,9 +9845,9 @@ public FireEventResponse fire_listener_event(FireEventRequest rqst) throws TExce .get(MetaStoreEventListenerConstants.DB_NOTIFICATION_EVENT_ID_KEY_NAME))); } else { String msg = "Reload event id not generated for "; - if (event.getPartitionObj() != null) { - msg += "partition " + Arrays - .toString(event.getPartitionObj().getValues().toArray()) + " of "; + if (event.getPartitions() != null) { Review Comment: These partitions spec comes directly from end-user, so this won't big (usually 5-10 partitions). We need entire partition object to identify the self event. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org