rkirtir commented on code in PR #3708:
URL: https://github.com/apache/hive/pull/3708#discussion_r1029203537


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/CompactionPoolOnTezTest.java:
##########
@@ -138,8 +138,8 @@ public void testShowCompactionsContainsPoolName() throws 
Exception {
     List results = new ArrayList();
     driver.getResults(results);
     Assert.assertEquals(3, results.size());
-    
Assert.assertEquals("CompactionId\tDatabase\tTable\tPartition\tType\tState\tWorker
 host\tWorker\tEnqueue Time\tStart Time\tDuration(ms)" +
-       "\tHadoopJobId\tError message\tInitiator host\tInitiator\tPool 
name\tTxnId\tNext TxnId\tCommit Time\tHighest WriteID", results.get(0));
+    Assert.assertEquals("Id\tDatabase\tTable\tPartition\tType\tState\tWorker 
host\tWorker\tEnqueue Time\tStart Time\tDuration(ms)" +

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.

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