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


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