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



##########
File path: 
ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java
##########
@@ -542,6 +543,7 @@ public void testDBMetrics() throws Exception {
     String tblName = "dcamc";
     Table t = newTable(dbName, tblName, false);
 
+    MetastoreConf.setBoolVar(conf, 
MetastoreConf.ConfVars.TXN_USE_MIN_HISTORY_LEVEL, false);

Review comment:
       Why is this needed to be specifically turned off?




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