[
https://issues.apache.org/jira/browse/PIG-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Dai updated PIG-3650:
----------------------------
Assignee: Travis Woodruff
> Fix for PIG-3100 breaks column pruning
> --------------------------------------
>
> Key: PIG-3650
> URL: https://issues.apache.org/jira/browse/PIG-3650
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.12.0, 0.12.1
> Reporter: Travis Woodruff
> Assignee: Travis Woodruff
> Priority: Critical
> Attachments: PIG-3650.patch
>
>
> The fix for PIG-3100 does {{Math.min(fieldSchemas.length, tup.size())}} in
> {{PigStorage.applySchema()}}. This means that if column pruning is in use,
> all schema columns will not be iterated over (since tup.size() will be less
> than fieldSchemas.length) and the schema will not be applied to all columns,
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)