kishendas commented on a change in pull request #1095:
URL: https://github.com/apache/hive/pull/1095#discussion_r445768197



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorTestUtil.java
##########
@@ -262,6 +262,7 @@ public boolean isWriteIdAborted(long writeid) {
       public RangeResponse isWriteIdRangeAborted(long minWriteId, long 
maxWriteId) {
         return RangeResponse.ALL;
       }
+

Review comment:
       Fixed

##########
File path: ql/src/java/org/apache/hadoop/hive/ql/Driver.java
##########
@@ -366,13 +368,16 @@ private void acquireLocks() throws 
CommandProcessorException {
         driverContext.getTxnManager().getTableWriteId(t.getDbName(), 
t.getTableName());
       }
 
-

Review comment:
       Fixed




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