Generated by
JDiff

Class org.apache.pig.builtin.BinStorage

Removed interface org.apache.pig.LoadCaster.

Added Constructors
BinStorage(String)  
 

Removed Methods
DataBag bytesToBag(byte[], ResourceFieldSchema)  
String bytesToCharArray(byte[])  
Double bytesToDouble(byte[])  
Float bytesToFloat(byte[])  
Integer bytesToInteger(byte[])  
Long bytesToLong(byte[])  
Map bytesToMap(byte[])  
Tuple bytesToTuple(byte[], ResourceFieldSchema)  
 

Changed Methods
LoadCaster getLoadCaster() Change in exceptions thrown from no exceptions to java.io.IOException.