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

Namit Jain commented on HIVE-1009:
----------------------------------

+1

looks good - will merge if the tests pass

> UNION ALL throws schema-not-match exception if one subquery is TRANSFORM and 
> the other is a simple select
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-1009
>                 URL: https://issues.apache.org/jira/browse/HIVE-1009
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-1009.patch
>
>
> select s.key, s.value from 
>  ( select transform(key, value) using 'cat' as (key, value) from src
>    UNION ALL
>    select key, value from src) s;
> throws schema-not-match exception.

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