pvary commented on a change in pull request #1166:
URL: https://github.com/apache/hive/pull/1166#discussion_r444740400



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java
##########
@@ -2863,6 +2868,9 @@ private static boolean isLockableTable(Table t) {
 
         case TABLE:
           t = input.getTable();
+          if (!fullTableLock.contains(t)) {

Review comment:
       Is the table.equals will work correctly here, as expected? I have seen 
another PR where we started to create special equals method for table 
comparison: https://github.com/apache/hive/pull/1095 - might be conflicting 
later




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

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