sankarh commented on a change in pull request #536: HIVE-21260 : Hive 3 (onprem) -> 4(onprem): Hive replication failed due to postgres sql execution issue URL: https://github.com/apache/hive/pull/536#discussion_r257195513
########## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSpec.java ########## @@ -419,4 +419,11 @@ public boolean isMigratingToExternalTable() { public void setMigratingToExternalTable() { isMigratingToExternalTable = true; } + + public static void setReplId(Map<String, String> srcParameter, Map<String, String> destParameter) { Review comment: Can change name to copyLastReplId. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services