[
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802050&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802050
]
ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/22 15:26
Start Date: 19/Aug/22 15:26
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r950313321
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java:
##########
@@ -8810,9 +8810,9 @@ public void set_hadoop_jobid(String jobId, long cqId) {
@Deprecated
@Override
- public OptionalCompactionInfoStruct find_next_compact(String workerId)
throws MetaException{
+ public OptionalCompactionInfoStruct find_next_compact(String workerId,
String poolName) throws MetaException{
Review Comment:
it's marked as deprecated, should we update a diff method?
Issue Time Tracking
-------------------
Worklog Id: (was: 802050)
Time Spent: 3.5h (was: 3h 20m)
> Add priority queueing to compaction
> -----------------------------------
>
> Key: HIVE-26443
> URL: https://issues.apache.org/jira/browse/HIVE-26443
> Project: Hive
> Issue Type: New Feature
> Reporter: László Végh
> Assignee: László Végh
> Priority: Major
> Labels: pull-request-available
> Attachments: Pool based compaction queues.docx
>
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> The details can be found in the attached design doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)