saihemanth-cloudera commented on code in PR #6058:
URL: https://github.com/apache/hive/pull/6058#discussion_r2479736060
##########
hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/DbNotificationListener.java:
##########
@@ -1023,7 +1023,7 @@ public void
onDeletePartitionColumnStat(DeletePartitionColumnStatEvent deletePar
public void onReload(ReloadEvent reloadEvent) throws MetaException {
Table tableObj = reloadEvent.getTableObj();
ReloadMessage msg =
MessageBuilder.getInstance().buildReloadMessage(tableObj,
- reloadEvent.getPartitions(), reloadEvent.isRefreshEvent());
+ reloadEvent.getPartitionObj(), reloadEvent.getPartitions(),
reloadEvent.isRefreshEvent());
Review Comment:
It'll not be null due to:
https://github.com/apache/hive/pull/6058/files#diff-0a5ff4393fcf55728e17e9a91fe9f2293a526e7fbf720e8a098d793eb122555aR74
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]