[ https://issues.apache.org/jira/browse/HIVE-24781?focusedWorklogId=552881&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552881 ]
ASF GitHub Bot logged work on HIVE-24781: ----------------------------------------- Author: ASF GitHub Bot Created on: 16/Feb/21 09:48 Start Date: 16/Feb/21 09:48 Worklog Time Spent: 10m Work Description: deniskuzZ commented on a change in pull request #1976: URL: https://github.com/apache/hive/pull/1976#discussion_r576686593 ########## File path: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestCrudCompactorOnTez.java ########## @@ -70,11 +77,20 @@ @SuppressWarnings("deprecation") public class TestCrudCompactorOnTez extends CompactorOnTezTest { + private static final String COMPACTION_QUEUE = "tez_queue"; Review comment: ok :) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 552881) Time Spent: 0.5h (was: 20m) > Allow to use custom queue for query based compaction > ---------------------------------------------------- > > Key: HIVE-24781 > URL: https://issues.apache.org/jira/browse/HIVE-24781 > Project: Hive > Issue Type: Improvement > Reporter: Denys Kuzmenko > Assignee: Denys Kuzmenko > Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Provide a change such that all compaction jobs, both fully acid and insert > only are submitted to a dedicated queue. -- This message was sent by Atlassian Jira (v8.3.4#803005)