saihemanth-cloudera commented on code in PR #4480:
URL: https://github.com/apache/hive/pull/4480#discussion_r1265723726


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java:
##########
@@ -4055,7 +4055,6 @@ public boolean equals(Object obj) {
   private List<Partition> add_partitions_core(final RawStore ms, String 
catName,
                                               String dbName, String tblName, 
List<Partition> parts, final boolean ifNotExists)
       throws TException {
-    logAndAudit("add_partitions");

Review Comment:
   I would suggest not removing this line. This is helpful in debugging/audit 
logs.



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