[ https://issues.apache.org/jira/browse/HIVE-24953?focusedWorklogId=575303&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-575303 ]
ASF GitHub Bot logged work on HIVE-24953: ----------------------------------------- Author: ASF GitHub Bot Created on: 01/Apr/21 04:17 Start Date: 01/Apr/21 04:17 Worklog Time Spent: 10m Work Description: aasha commented on a change in pull request #2133: URL: https://github.com/apache/hive/pull/2133#discussion_r605364903 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java ########## @@ -1026,8 +1015,27 @@ Long bootStrapDump(Path dumpRoot, DumpMetaData dmd, Path cmRoot, Hive hiveDb) } } - private void updateReplSourceFor(Hive hiveDb, String dbName, Database db, - String value) throws HiveException { + private void checkReplSourceFor(Hive hiveDb, String dbName, Database db) throws HiveException { Review comment: rename to setReplSourceFor -- 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: 575303) Remaining Estimate: 0h Time Spent: 10m > Set repl.source.for property in the db if db is under replication in > incremental dump. > -------------------------------------------------------------------------------------- > > Key: HIVE-24953 > URL: https://issues.apache.org/jira/browse/HIVE-24953 > Project: Hive > Issue Type: Bug > Reporter: Haymant Mangla > Assignee: Haymant Mangla > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)