|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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, |
|
Schema determineSchema(String, |
|
boolean equals(Object ) |
|
void fieldsToRead(Schema ) |
|
void finish() |
|
Class getStorePreparationClass() |
Added Methods | |
void checkSchema(ResourceSchema ) |
|
void cleanupOnFailure(String, |
|
InputFormat getInputFormat() |
|
LoadCaster getLoadCaster() |
|
OutputFormat getOutputFormat() |
|
String[] getPartitionKeys(String, |
|
ResourceSchema getSchema(String, |
|
ResourceStatistics getStatistics(String, |
|
int hashCode() |
|
void prepareToRead(RecordReader, |
|
void prepareToWrite(RecordWriter ) |
|
String relToAbsPathForStoreLocation(String, |
|
void setLocation(String, |
|
void setPartitionFilter(Expression ) |
|
void setStoreFuncUDFContextSignature(String ) |
|
void setStoreLocation(String, |
Changed Methods | ||
DataBag bytesToBag(byte[], |
Change in signature from byte[] to (byte[], ResourceFieldSchema ). |
|
Tuple bytesToTuple(byte[], |
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 . |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |