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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to