[
https://issues.apache.org/jira/browse/HIVE-24718?focusedWorklogId=555661&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-555661
]
ASF GitHub Bot logged work on HIVE-24718:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/21 08:00
Start Date: 22/Feb/21 08:00
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 555661)
Time Spent: 2h 10m (was: 2h)
> Moving to file based iteration for copying data
> -----------------------------------------------
>
> Key: HIVE-24718
> URL: https://issues.apache.org/jira/browse/HIVE-24718
> Project: Hive
> Issue Type: Bug
> Reporter: Arko Sharma
> Assignee: Arko Sharma
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-24718.01.patch, HIVE-24718.02.patch,
> HIVE-24718.04.patch
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)