[ 
https://issues.apache.org/jira/browse/HIVE-26443?focusedWorklogId=802060&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802060
 ]

ASF GitHub Bot logged work on HIVE-26443:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Aug/22 15:39
            Start Date: 19/Aug/22 15:39
    Worklog Time Spent: 10m 
      Work Description: deniskuzZ commented on code in PR #3513:
URL: https://github.com/apache/hive/pull/3513#discussion_r950325230


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnHandler.java:
##########
@@ -3711,6 +3711,8 @@ public CompactionResponse compact(CompactionRequest rqst) 
throws MetaException {
             buf.append(thriftCompactionType2DbType(rqst.getType()));
             buf.append("',");
             buf.append(getEpochFn(dbProduct));
+            buf.append(", ?");
+            params.add(rqst.getPoolName());

Review Comment:
   does it handle nulls properly?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 802060)
    Time Spent: 4.5h  (was: 4h 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: 4.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)

Reply via email to