abstractdog commented on code in PR #4096:
URL: https://github.com/apache/hive/pull/4096#discussion_r1129093478
##########
ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands2.java:
##########
@@ -1434,6 +1434,8 @@ public void
testTruncatePartitionAndCompactionConcurrent() throws Exception {
execDDLOpAndCompactionConcurrently("TRUNCATE_PARTITION", true);
}
private void execDDLOpAndCompactionConcurrently(String opType, boolean
isPartioned) throws Exception {
+ hiveConf.setBoolVar(HiveConf.ConfVars.HIVE_COMPACTOR_GATHER_STATS, false);
Review Comment:
please comment on why is this needed and then it can be merged +1
--
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]