[
https://issues.apache.org/jira/browse/HIVE-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Namit Jain updated HIVE-1009:
-----------------------------
Resolution: Fixed
Fix Version/s: 0.5.0
Hadoop Flags: [Reviewed]
Status: Resolved (was: Patch Available)
Committed. Thanks Ning
> 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
> Fix For: 0.5.0
>
> 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.