[ 
https://issues.apache.org/jira/browse/HIVE-18807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540962#comment-16540962
 ] 

Vineet Garg commented on HIVE-18807:
------------------------------------

Bumped into this issue of  TestHiveCli taking forever to run and causing 
timeout. This is due to HIVE-18493 commit which added call to 
{{beeLine.getOpts().getEscapeCRLF()}} in Rows.  If it is not beeline 
getEscapeCRLF tries to get hive conf using 
{{beeLine.getCommands().getHiveConf(true)}} and eventually calling 
{{Commands::getHiveConf}}. But this method again can call to Row:Row() 
resulting in infinite loop. This is what is causing TestHiveCli timeout.

> Fix broken tests caused by HIVE-18493
> -------------------------------------
>
>                 Key: HIVE-18807
>                 URL: https://issues.apache.org/jira/browse/HIVE-18807
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 3.0.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Major
>
> Broken tests =
> org.apache.hive.beeline.cli.TestHiveCli.testNoErrorDB
> org.apache.hive.beeline.TestBeeLineWithArgs.testQueryProgress
> org.apache.hive.beeline.TestBeeLineWithArgs.testQueryProgressParallel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to