dengzhhu653 commented on code in PR #5832:
URL: https://github.com/apache/hive/pull/5832#discussion_r2144013542


##########
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:
   if the partitions are large, will the message pollute the whole log file? if 
we really need it, how about only log the part_vals?



-- 
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

Reply via email to