Generated by
JDiff

Class org.apache.pig.impl.builtin.RandomSampleLoader

The superclass changed from org.apache.pig.builtin.BinStorage to org.apache.pig.impl.builtin.SampleLoader.

Changed Constructors
RandomSampleLoader(String, String) Change in type from void to (String, String).
Construct with a class of loader to use.
 

Removed Methods
void bindTo(OutputStream)  
void bindTo(String, BufferedPositionedInputStream, long, long)  
 

Added Methods
void setNumSamples(int)  
 

Changed Methods
RequiredFieldResponse fieldsToRead(RequiredFieldList) Change in return type from void to RequiredFieldResponse.
Change in signature from Schema to RequiredFieldList.
Change in exceptions thrown from no exceptions to org.apache.pig.impl.logicalLayer.FrontendException.
Method was inherited from BinStorage, but is now defined locally.
 
Tuple getNext() Method was locally defined, but is now inherited from SampleLoader.  
 

Removed Fields
int defaultNumSamples