ayushtkn commented on code in PR #4978:
URL: https://github.com/apache/hive/pull/4978#discussion_r1445484269


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java:
##########
@@ -5919,7 +5919,7 @@ private void 
alter_partitions_with_environment_context(String catName, String db
 
     if (LOG.isInfoEnabled()) {
       for (Partition tmpPart : new_parts) {
-        LOG.info("New partition values:" + tmpPart.getValues());
+        LOG.info("New partition values: {}.{}.{}:{} ", catName, db_name, 
tbl_name, tmpPart.getValues());

Review Comment:
   Can we put values like: catalog: {} database: {} table: {} partition: {} 
rather than using .



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

Reply via email to