Anthony Hsu created PIG-4460:
--------------------------------
Summary: TestBuiltIn testValueListOutputSchemaComplexType and
testValueSetOutputSchemaComplexType tests create bags whose inner schema is not
a tuple
Key: PIG-4460
URL: https://issues.apache.org/jira/browse/PIG-4460
Project: Pig
Issue Type: Bug
Reporter: Anthony Hsu
Assignee: Anthony Hsu
TestBuiltin.testValueSetOutputSchemaComplexType and
TestBuiltin.testValueListOutputSchemaComplexType create bag schemas like this:
{code}
Schema bagSchema = Schema.generateNestedSchema(DataType.BAG,
DataType.CHARARRAY);
{code}
This is incorrect because the inner schema for bags should always be a TUPLE.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)