Generated by
JDiff

Class org.apache.pig.builtin.PigStorage

The superclass changed from org.apache.pig.builtin.Utf8StorageConverter to org.apache.pig.FileInputLoadFunc.
Removed interface org.apache.pig.ReversibleLoadStoreFunc.
Added interfaces org.apache.pig.LoadPushDown, org.apache.pig.StoreFuncInterface.

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

Added Methods
void checkSchema(ResourceSchema)  
void cleanupOnFailure(String, Job)  
List getFeatures()  
InputFormat getInputFormat()  
OutputFormat getOutputFormat()  
int hashCode()  
void prepareToRead(RecordReader, PigSplit)  
void prepareToWrite(RecordWriter)  
RequiredFieldResponse pushProjection(RequiredFieldList)  
String relToAbsPathForStoreLocation(String, Path)  
void setLocation(String, Job)  
void setStoreFuncUDFContextSignature(String)  
void setStoreLocation(String, Job)  
void setUDFContextSignature(String)  
 

Added Fields
RecordWriter writer  
 

Changed Fields
RecordReader in Change in type from BufferedPositionedInputStream to RecordReader.