[ https://issues.apache.org/jira/browse/PIG-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Dai updated PIG-1275: ---------------------------- Fix Version/s: 0.7.0 Affects Version/s: 0.7.0 Status: Patch Available (was: Open) > empty bag in PigStorage read as null > ------------------------------------ > > Key: PIG-1275 > URL: https://issues.apache.org/jira/browse/PIG-1275 > Project: Pig > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Thejas M Nair > Assignee: Daniel Dai > Fix For: 0.7.0 > > Attachments: PIG-1275-1.patch > > > This seems to be introduced after changes in PIG-613 . > grunt> cat /tmp/students.txt > > qwer F {(1),(2)} > zxldf M {} > grunt> l = load '/tmp/students.txt' as (n : chararray, s : chararray, b: {t : > (i : int)} ); > grunt> dump l; > (qwer,F,{(1),(2)}) > (zxldf,M,) > grunt> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.