[
https://issues.apache.org/jira/browse/PIG-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Kamath updated PIG-468:
-------------------------------
Attachment: PIG-468.patch
> Make BinStorage declare its schema
> ----------------------------------
>
> Key: PIG-468
> URL: https://issues.apache.org/jira/browse/PIG-468
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Olga Natkovich
> Assignee: Pradeep Kamath
> Fix For: types_branch
>
> Attachments: PIG-468.patch
>
>
> Currently, BinStorage breaks the rule that unless it tells Pig what types it
> is producing it should produce bytearrays. This causes runtime problems as
> the frontend assumes the data to be of one type while in fact it is of
> different type.
> Loader interface has a way to specify schema via determineSchema API.
> BinStorage need to implement this. Also, since this interface has not been
> used before, the pluming might also need to be adjusted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.