[ https://issues.apache.org/jira/browse/HIVE-25359?focusedWorklogId=627023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-627023 ]
ASF GitHub Bot logged work on HIVE-25359: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Jul/21 07:17 Start Date: 23/Jul/21 07:17 Worklog Time Spent: 10m Work Description: klcopp merged pull request #2507: URL: https://github.com/apache/hive/pull/2507 -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 627023) Time Spent: 40m (was: 0.5h) > 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: Sub-task > Reporter: Karen Coppage > Assignee: Karen Coppage > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > 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)