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

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

                Author: ASF GitHub Bot
            Created on: 12/Mar/20 03:25
            Start Date: 12/Mar/20 03:25
    Worklog Time Spent: 10m 
      Work Description: maheshk114 commented on pull request #945: HIVE-22998 
Dump partition info if hive.repl.dump.metadata.only.for.ex…
URL: https://github.com/apache/hive/pull/945#discussion_r391378470
 
 

 ##########
 File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosExternalTables.java
 ##########
 @@ -167,7 +167,8 @@ public void externalTableReplicationWithDefaultPaths() 
throws Throwable {
         .run("select country from t2 where country = 'us'")
         .verifyResult("us")
         .run("select country from t2 where country = 'france'")
-        .verifyResult("france");
+        .verifyResult("france")
+        .run("show partitions t2").verifyResults(new String[] 
{"country=france", "country=india", "country=us"});
 
 Review comment:
   Add tests for incremental load also
 
----------------------------------------------------------------
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: 401930)
    Time Spent: 1h 20m  (was: 1h 10m)

> Dump partition info if hive.repl.dump.metadata.only.for.external.table conf 
> is enabled 
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-22998
>                 URL: https://issues.apache.org/jira/browse/HIVE-22998
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Aasha Medhi
>            Assignee: Aasha Medhi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22998.01.patch, HIVE-22998.02.patch, 
> HIVE-22998.03.patch, HIVE-22998.04.patch, HIVE-22998.05.patch, 
> HIVE-22998.06.patch, HIVE-22998.07.patch, HIVE-22998.08.patch, 
> HIVE-22998.09.patch, HIVE-22998.patch
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to