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

Liyin Tang commented on HIVE-1756:
----------------------------------

The fatal.q is :
set hive.mapjoin.maxsize=1;
set hive.task.progress=true;
select /*+ mapjoin(b) */ * from src a join src b on (a.key=b.key);

But right now, there is no max size for map join, so the MapRed task returns 
normally(0). So junit fails this test query.
Shall I support the parameter max size or just skip this test case?


> failures in fatal.q in TestNegativeCliDriver
> --------------------------------------------
>
>                 Key: HIVE-1756
>                 URL: https://issues.apache.org/jira/browse/HIVE-1756
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Liyin Tang
>
> This is probably caused by HIVE-1641

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to