ArkoSharma commented on a change in pull request #1936:
URL: https://github.com/apache/hive/pull/1936#discussion_r580045609
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/DirCopyWork.java
##########
@@ -75,7 +77,9 @@ public String convertToString() {
StringBuilder objInStr = new StringBuilder();
objInStr.append(fullyQualifiedSourcePath)
.append(URI_SEPARATOR)
- .append(fullyQualifiedTargetPath);
+ .append(fullyQualifiedTargetPath)
+ .append(URI_SEPARATOR)
+ .append(tableName);
Review comment:
In earlier version, source and target were the first and second entries.
So introducing this change would still be consistent with any earlier dumps
with that version.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]