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
Fix For: types_branch
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.