support casting of complex types with empty inner schema to complex type with
non-empty inner schema
----------------------------------------------------------------------------------------------------
Key: PIG-1990
URL: https://issues.apache.org/jira/browse/PIG-1990
Project: Pig
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
Fix For: 0.9.0
Use case like the following should be supported -
{code}
a = load '1.txt' as (t:tuple());
b = foreach a generate (tuple(int))t;
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira