You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Viktor Csomor (Jira)" <ji...@apache.org> on 2021/10/28 09:03:00 UTC

[jira] [Resolved] (HIVE-25650) Make workerId and workerVersionId optional in the FindNextCompactRequest

     [ https://issues.apache.org/jira/browse/HIVE-25650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viktor Csomor resolved HIVE-25650.
----------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

> Make workerId and workerVersionId optional in the FindNextCompactRequest
> ------------------------------------------------------------------------
>
>                 Key: HIVE-25650
>                 URL: https://issues.apache.org/jira/browse/HIVE-25650
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>    Affects Versions: 4.0.0
>            Reporter: Viktor Csomor
>            Assignee: Viktor Csomor
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In hive_metastore.thrift the FindNextCompactRequest struct's fields are required:
> {code}
> struct FindNextCompactRequest {
>     1: required string workerId,
>     2: required string workerVersion
> }{code}
> these should probably be made optional, to avoid breaking compaction if they're not available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)