You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Karen Coppage (Jira)" <ji...@apache.org> on 2021/07/21 07:27:00 UTC

[jira] [Created] (HIVE-25359) Changes to metastore API in HIVE-24880 are not backwards compatible

Karen Coppage created HIVE-25359:
------------------------------------

             Summary: Changes to metastore API in HIVE-24880 are not backwards compatible
                 Key: HIVE-25359
                 URL: https://issues.apache.org/jira/browse/HIVE-25359
             Project: Hive
          Issue Type: Bug
            Reporter: Karen Coppage
            Assignee: Karen Coppage


With HIVE-24880 find_next_compact(String workerId) was changed to find_next_compact(String workerId, String workerVersion). This isn't backwards compatible and could break other components

This commit reverts that change, deprecates find_next_compact, adds a new method: find_next_compact2(FindNextCompactRequest rqst) where FindNextCompactRequest has fields workerId and workerVersion, and makes Hive use find_next_compact2.



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