Generated by
JDiff

Package org.apache.pig.impl.io

Removed Classes
ValidatingInputFileSpec Creates a Slicer using its funcSpec in its construction and checks that it's valid.
 

Added Classes
BinStorageInputFormat  
BinStorageOutputFormat  
BinStorageRecordReader Treats keys as offset in file and value as line.
BinStorageRecordWriter  
NullablePartitionWritable NullablePartitionWritable is an adaptor class around PigNullableWritable that adds a partition index to the class.
NullableUnknownWritable This class can be used when data type is 'Unknown' and there is a need for PigNullableWritable object.
ReadToEndLoader This is wrapper Loader which wraps a real LoadFunc underneath and allows to read a file completely starting a given split (indicated by a split index which is used to look in the List returned by the underlying InputFormat's getSplits() method).
 

Changed Classes
FileLocalizer  
FileSpec A simple class that specifies a file name and storage function which is used to read/write it
PigFile