[ https://issues.apache.org/jira/browse/HIVE-24470?focusedWorklogId=519811&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519811 ]
ASF GitHub Bot logged work on HIVE-24470: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Dec/20 18:41 Start Date: 03/Dec/20 18:41 Worklog Time Spent: 10m Work Description: Noremac201 opened a new pull request #1740: URL: https://github.com/apache/hive/pull/1740 ### What changes were proposed in this pull request? 1. Refactor HiveMetastore.HMSHandler into its own class ### Why are the changes needed? This will pave the way for cleaner changes since now we don't have the driver class nested with 10,000 line HMSHandler file so there is a clearer separation of duties. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing unit tests, building/running manually Not additional tests were added since this was a pure refactoring ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 519811) Remaining Estimate: 0h Time Spent: 10m > Separate HiveMetastore Thrift and Driver logic > ---------------------------------------------- > > Key: HIVE-24470 > URL: https://issues.apache.org/jira/browse/HIVE-24470 > Project: Hive > Issue Type: Improvement > Components: Standalone Metastore > Reporter: Cameron Moberg > Assignee: Cameron Moberg > Priority: Minor > Time Spent: 10m > Remaining Estimate: 0h > > In the file HiveMetastore.java the majority of the code is a thrift interface > rather than the actual logic behind starting hive metastore, this should be > moved out into a separate file to clean up the file. -- This message was sent by Atlassian Jira (v8.3.4#803005)