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

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

                Author: ASF GitHub Bot
            Created on: 14/Jul/21 04:40
            Start Date: 14/Jul/21 04:40
    Worklog Time Spent: 10m 
      Work Description: hmangla98 commented on a change in pull request #2396:
URL: https://github.com/apache/hive/pull/2396#discussion_r669277084



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcrossInstances.java
##########
@@ -692,8 +693,9 @@ public void testBootStrapDumpOfWarehouse() throws Throwable 
{
         .run("alter database default set dbproperties 
('hive.repl.ckpt.key'='', 'repl.last.id'='')");
     try {
       replica.load("", "`*`");
-    } catch (SemanticException e) {
-      assertEquals("REPL LOAD * is not supported", e.getMessage());
+      assertTrue(false);

Review comment:
       This particular error is outdated. Earlier, repl load did not raise any 
exception and hence catch clause was of no use. In this change, Repl load will 
throw an exception stating that dbname can't be null.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 622377)
    Time Spent: 5h  (was: 4h 50m)

> Fix the clean up of open repl created transactions
> --------------------------------------------------
>
>                 Key: HIVE-25246
>                 URL: https://issues.apache.org/jira/browse/HIVE-25246
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Haymant Mangla
>            Assignee: Haymant Mangla
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 5h
>  Remaining Estimate: 0h
>




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

Reply via email to