veghlaci05 commented on a change in pull request #2879:
URL: https://github.com/apache/hive/pull/2879#discussion_r782809575



##########
File path: ql/src/test/org/apache/hadoop/hive/ql/TestTxnNoBuckets.java
##########
@@ -833,10 +833,6 @@ public void testCompactStatsGather() throws Exception {
     Assert.assertEquals("Unexpected number of compactions in history", 1, 
resp.getCompactsSize());
     Assert.assertEquals("Unexpected 0 compaction state", 
TxnStore.CLEANING_RESPONSE, resp.getCompacts().get(0).getState());
     
Assert.assertTrue(resp.getCompacts().get(0).getHadoopJobId().startsWith("job_local"));
-
-    //now check that stats were updated
-    map = hms.getPartitionColumnStatistics("default","T", partNames, colNames, 
Constants.HIVE_ENGINE);

Review comment:
       Modified the test to check basic stats only




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