difin commented on code in PR #5886:
URL: https://github.com/apache/hive/pull/5886#discussion_r2176326871
##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorOnTezTest.java:
##########
@@ -541,4 +543,23 @@ protected void dropTable(String tblName) throws Exception {
executeStatementOnDriver("drop table " + tblName, driver);
}
}
+
+ protected void startInitiator() throws Exception {
+
runOneLoopOfCompactorThread(CompactorTestUtilities.CompactorThreadType.INITIATOR);
+ }
+
+ private void
runOneLoopOfCompactorThread(CompactorTestUtilities.CompactorThreadType type)
throws Exception {
Review Comment:
Refactored, create one method instead of 2.
--
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]