Generated by
JDiff

Class org.apache.pig.builtin.BinStorage

The superclass changed from java.lang.Object to org.apache.pig.FileInputLoadFunc.
Removed interface org.apache.pig.ReversibleLoadStoreFunc.
Added interfaces org.apache.pig.LoadCaster, org.apache.pig.LoadMetadata, org.apache.pig.StoreFuncInterface.

Removed Methods
void bindTo(OutputStream)  
void bindTo(String, BufferedPositionedInputStream, long, long)  
Schema determineSchema(String, ExecType, DataStorage)  
boolean equals(Object)  
void fieldsToRead(Schema)  
void finish()  
Class getStorePreparationClass()  
 

Added Methods
void checkSchema(ResourceSchema)  
void cleanupOnFailure(String, Job)  
InputFormat getInputFormat()  
LoadCaster getLoadCaster()  
OutputFormat getOutputFormat()  
String[] getPartitionKeys(String, Job)  
ResourceSchema getSchema(String, Job)  
ResourceStatistics getStatistics(String, Job)  
int hashCode()  
void prepareToRead(RecordReader, PigSplit)  
void prepareToWrite(RecordWriter)  
String relToAbsPathForStoreLocation(String, Path)  
void setLocation(String, Job)  
void setPartitionFilter(Expression)  
void setStoreFuncUDFContextSignature(String)  
void setStoreLocation(String, Job)  
 

Changed Methods
DataBag bytesToBag(byte[], ResourceFieldSchema) Change in signature from byte[] to (byte[], ResourceFieldSchema).
 
Tuple bytesToTuple(byte[], ResourceFieldSchema) Change in signature from byte[] to (byte[], ResourceFieldSchema).
 
 

Removed Fields
BufferedPositionedInputStream in  
 

Changed Fields
int RECORD_1 Change in type from byte to int.
 
int RECORD_2 Change in type from byte to int.
 
int RECORD_3 Change in type from byte to int.