[ https://issues.apache.org/jira/browse/HIVE-24791?focusedWorklogId=563496&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-563496 ]
ASF GitHub Bot logged work on HIVE-24791: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Mar/21 05:08 Start Date: 10/Mar/21 05:08 Worklog Time Spent: 10m Work Description: ArkoSharma commented on a change in pull request #1988: URL: https://github.com/apache/hive/pull/1988#discussion_r591047351 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/DumpMetaData.java ########## @@ -203,7 +204,7 @@ private void initializeIfNot() throws SemanticException { } } - private List<String> prepareReplScopeValues() { + public List<String> prepareReplScopeValues() { Review comment: Done to give access to this function from the unit-test (testDumpMetadataBackwardCompatibility). This function is required to create the repl-scope values during dump. So, during the test, while re-creating the dmd file in the same manner, this function is used. ---------------------------------------------------------------- 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: 563496) Time Spent: 1h (was: 50m) > Backward compatibility issue in _dumpmetadata > --------------------------------------------- > > Key: HIVE-24791 > URL: https://issues.apache.org/jira/browse/HIVE-24791 > Project: Hive > Issue Type: Bug > Reporter: Arko Sharma > Assignee: Arko Sharma > Priority: Major > Labels: pull-request-available > Attachments: HIVE-24791.01.patch, HIVE-24791.03.patch > > Time Spent: 1h > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)