[ https://issues.apache.org/jira/browse/PIG-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Ding updated PIG-1533: ------------------------------ Status: Patch Available (was: Open) > Compression codec should be a per-store property > ------------------------------------------------ > > Key: PIG-1533 > URL: https://issues.apache.org/jira/browse/PIG-1533 > Project: Pig > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Richard Ding > Assignee: Richard Ding > Fix For: 0.8.0 > > Attachments: PIG-1533.patch > > > The following script with multi-query optimization > {code} > a = load 'input'; > store a into 'outout.bz2'; > store a into 'outout2' > {code} > generates two .bz files, while only one of them should be compressed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.