[ 
https://issues.apache.org/jira/browse/HIVE-24852?focusedWorklogId=592943&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-592943
 ]

ASF GitHub Bot logged work on HIVE-24852:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/May/21 18:55
            Start Date: 04/May/21 18:55
    Worklog Time Spent: 10m 
      Work Description: ayushtkn commented on a change in pull request #2043:
URL: https://github.com/apache/hive/pull/2043#discussion_r626027229



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/ReplicationTestUtils.java
##########
@@ -544,12 +544,13 @@ public static void assertExternalFileList(List<String> 
expected, String dumploca
     Set<String> tableNames = new HashSet<>();
     for (String line = reader.readLine(); line != null; line = 
reader.readLine()) {
       String[] components = line.split(DirCopyWork.URI_SEPARATOR);
-      Assert.assertEquals("The file should have 
sourcelocation#targetlocation#tblName",
-              3, components.length);
+      Assert.assertEquals("The file should have 
sourcelocation#targetlocation#tblName#copymode", 5,

Review comment:
       For all external tables, Others we don't need. External Tables: Either 
will follow snapshot based repl(INITIAL/DIFF) or not(FALLBACK)




-- 
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: 592943)
    Time Spent: 4h 10m  (was: 4h)

> Add support for Snapshots during external table replication
> -----------------------------------------------------------
>
>                 Key: HIVE-24852
>                 URL: https://issues.apache.org/jira/browse/HIVE-24852
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Critical
>              Labels: pull-request-available
>         Attachments: Design Doc HDFS Snapshots for External Table 
> Replication-01.pdf
>
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>
> Add support for use of snapshot diff for external table replication.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to